{"id":20400108,"url":"https://github.com/codebrainz/cleany","last_synced_at":"2025-03-05T01:28:25.218Z","repository":{"id":139039383,"uuid":"106220216","full_name":"codebrainz/cleany","owner":"codebrainz","description":"A wrapper script for Geany projects.","archived":false,"fork":false,"pushed_at":"2017-10-09T01:29:34.000Z","size":1,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-01-15T11:47:59.563Z","etag":null,"topics":["geany","ide","project"],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/codebrainz.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-10-09T00:29:58.000Z","updated_at":"2021-05-07T02:39:55.000Z","dependencies_parsed_at":"2023-05-03T10:22:10.696Z","dependency_job_id":null,"html_url":"https://github.com/codebrainz/cleany","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codebrainz%2Fcleany","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codebrainz%2Fcleany/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codebrainz%2Fcleany/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codebrainz%2Fcleany/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codebrainz","download_url":"https://codeload.github.com/codebrainz/cleany/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241947959,"owners_count":20047309,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["geany","ide","project"],"created_at":"2024-11-15T04:38:25.654Z","updated_at":"2025-03-05T01:28:25.213Z","avatar_url":"https://github.com/codebrainz.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"Cleany\n======\n\n\u003e A wrapper script for Geany projects.\n\n---\n\nIntroduction\n------------\n\n`cleany` is a simple Bash wrapper script around Geany's executable which\nmakes it easier to open projects. Every project gets its own\ncomplete configuration (both global and project-specific). Geany is\nstarted up in a mode suitable for working on a project as a directory\nof files.\n\nOther than `-h` for help/usage message, only the last argument passed\nto `cleany` is processed, the rest of the arguments are passed directly\nto `geany`. The last argument is taken to be the project base directory.\nIf the project doesn't exist, a new configuration will be created for it.\n\n`cleany` passes a project-specific configuration directory using the `-c`\noption as well as passes a project filename to Geany.\n\n----\n\nUsage\n-----\n\n#### Create or open project in the current directory\n\n`$ cleany .`\n\n#### Create or open a project in another directory\n\n`$ cleany /else/where`\n\n---\n\nTips\n----\n\n  - Add the `cleany` script to your `$PATH` environment variable to\n    avoid having to type its full path.\n  - Load the \"ProjectOrganizer\" plugin to get project-wide tags and\n    a sidebar tree to navigate the project.\n  - Add `.geany` to your version control system's exclude list.\n    - Ex. put `/.geany/` in `.gitignore` file for Git VCS.\n\n----\n\nBugs\n----\n\n  - Geany seems to clobber rather than honour the `last_dir` value in\n    the `[VTE]` group of the initial project file. I would expect it to\n    change directories in the Terminal to this directory, if specified.\n  - There's probably all kinds of command-line arguments that will\n    be confused between this wrapper script and Geany itself. The above\n    usage examples should be fine, however.\n\n----\n\nDefault directory structure\n---------------------------\n\nBelow is an example of the resulting files on a fresh `cleany` project\ndirectory:\n\n```bash\n$ cleany foo\n$ tree -a foo\nfoo\n└── .geany\n    ├── config\n    │   ├── filedefs\n    │   │   └── filetypes.README\n    │   ├── geany.conf\n    │   ├── keybindings.conf\n    │   └── templates\n    │       ├── files\n    │       └── templates.README\n    └── foo.geany\n\n5 directories, 5 files\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodebrainz%2Fcleany","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodebrainz%2Fcleany","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodebrainz%2Fcleany/lists"}