{"id":43390555,"url":"https://github.com/marcusfrdk/dev","last_synced_at":"2026-02-02T13:02:08.751Z","repository":{"id":219649459,"uuid":"749507249","full_name":"marcusfrdk/dev","owner":"marcusfrdk","description":"A command line program to easily organize your projects and access them.","archived":false,"fork":false,"pushed_at":"2024-01-30T14:27:04.000Z","size":32,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-01-30T15:52:55.008Z","etag":null,"topics":["bash","folder-structure","project-management","shell"],"latest_commit_sha":null,"homepage":"","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/marcusfrdk.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}},"created_at":"2024-01-28T19:20:29.000Z","updated_at":"2024-01-28T22:58:12.000Z","dependencies_parsed_at":"2024-01-28T23:24:35.273Z","dependency_job_id":"573c39e8-4332-4690-8547-c50872ef906e","html_url":"https://github.com/marcusfrdk/dev","commit_stats":null,"previous_names":["marcusfrdk/dev"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/marcusfrdk/dev","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcusfrdk%2Fdev","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcusfrdk%2Fdev/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcusfrdk%2Fdev/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcusfrdk%2Fdev/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/marcusfrdk","download_url":"https://codeload.github.com/marcusfrdk/dev/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcusfrdk%2Fdev/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29012691,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-02T12:48:30.580Z","status":"ssl_error","status_checked_at":"2026-02-02T12:46:38.384Z","response_time":58,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["bash","folder-structure","project-management","shell"],"created_at":"2026-02-02T13:02:02.744Z","updated_at":"2026-02-02T13:02:08.745Z","avatar_url":"https://github.com/marcusfrdk.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Hero](./hero.jpg)\n\n# Dev\n\nA command line program to easily organize your projects and access them.\n\n## Requirements\n\n- Bash\n- Git\n\n## Tested\n\n- **Ubuntu** on **22.04**\n- **MacOS** (_with bash_) on **Sonoma 14.3**\n\n_Other system configurations are untested, if you would like to contribute, open a pull request_\n\n## Installation\n\n### From Cloud\n\n```bash\ncurl -s https://raw.githubusercontent.com/marcusfrdk/dev/main/install_from_cloud.sh | bash\n```\n\n### From Repository\n\n```bash\ngit clone https://github.com/marcusfrdk/dev.git\ncd dev\nchmod +x install.sh\n./install.sh\nexec $SHELL\n```\n\n## Uninstallation\n\n### From Cloud\n\n```bash\ncurl -s https://raw.githubusercontent.com/marcusfrdk/dev/main/uninstall_from_cloud.sh | bash\n```\n\n### From Repository\n\n```bash\nchmod +x uninstall.sh\n./uninstall.sh\nexec $SHELL\n```\n\n_Note: This only removes the program from your session file, it DOES NOT remove your project folder._\n\n## Usage\n\n### Change Directory\n\nChanges the current working directory to `DEV_BASEPATH` (Default is `~/Development`)\n\n```bash\ndev\n```\n\n### Open Project\n\nOpens a specific project in your IDE of choice (Default is `nvim`)\n\n```bash\ndev {PROJECT}\n```\n\n_Note: Autocomplete using tab is supported_\n\n## Configuration\n\n### Values\n\n```bash\nDEV_IDE=nvim # the IDE to use, e.g. neovim, vscode, etc.\nDEV_BASEPATH=\"$HOME/Development\" # the base directory where you store your projects.\nDEV_SHOULD_CLOSE=0 # 0=keep the shell open, 1=close the shell after the IDE process exits.\n```\n\n### In `config.sh`\n\nAfter updating the config file, run the following commands to update the program:\n\n```bash\n./install.sh\nexec $SHELL\n```\n\n### In session file (`.bashrc`, `.zshrc`, etc.)\n\nAfter changing the values in your session file, refresh your session to update the program (`exec $SHELL`).\n\n_Note: Values changed in your session file will be reset after the script `uninstall.sh` is run._\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarcusfrdk%2Fdev","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarcusfrdk%2Fdev","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarcusfrdk%2Fdev/lists"}