{"id":13820390,"url":"https://github.com/Wowu/gotodir","last_synced_at":"2025-05-16T10:30:55.469Z","repository":{"id":31363099,"uuid":"79245628","full_name":"wowu/gotodir","owner":"wowu","description":"🏃‍♂️ Simple command line app for fast directory switching ","archived":true,"fork":false,"pushed_at":"2023-10-10T09:55:00.000Z","size":2010,"stargazers_count":24,"open_issues_count":2,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-05-11T17:37:35.260Z","etag":null,"topics":["bash","cli","cli-tool","tool"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/wowu.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":"2017-01-17T16:11:37.000Z","updated_at":"2025-01-29T14:01:07.000Z","dependencies_parsed_at":"2024-01-13T16:23:44.297Z","dependency_job_id":"d5f4878e-1384-43d5-98c2-dd6885fb7150","html_url":"https://github.com/wowu/gotodir","commit_stats":{"total_commits":45,"total_committers":2,"mean_commits":22.5,"dds":"0.37777777777777777","last_synced_commit":"1ca3d406f714a2ee8c01afb0c10360165e3dbd40"},"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wowu%2Fgotodir","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wowu%2Fgotodir/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wowu%2Fgotodir/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wowu%2Fgotodir/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wowu","download_url":"https://codeload.github.com/wowu/gotodir/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254512425,"owners_count":22083392,"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":["bash","cli","cli-tool","tool"],"created_at":"2024-08-04T08:01:02.495Z","updated_at":"2025-05-16T10:30:50.766Z","avatar_url":"https://github.com/wowu.png","language":"JavaScript","readme":"# GoToDir 🏃\n\nA command line app for fast directory switching ⚡️\n\n![GoToDir gif](https://raw.githubusercontent.com/Wowu/gotodir/master/.github/gotodir.gif)\n\n## Installation\n\n### Install gotodir package\n\n```bash\n$ npm install -g gotodir\n# or\n$ yarn global add gotodir\n```\n\n### ❗ Important! Create an alias\n\nAdd this line to .bashrc or .zshrc.\n\n```bash\nalias to=\". gotodir\"\n```\n\nRestart your shell.\n\nWithout this alias you have to type `. gotodir` each time you use this app.\n\n### Setup shell autocompletion\n\n```bash\n$ to --setup\n```\n\nRestart your shell.\n\n## Usage\n\n#### Adding current folder to gotodir\n\n```bash\n$ cd /sample/long/and/complicated/path/to/project\n$ to add\n#=\u003e Added \"project\" with path /sample/long/and/complicated/path/to/project\n\n\n# or pass custom name name\n\n$ to add super_project\n#=\u003e Added \"super_project\" with path /sample/long/and/complicated/path/to/project\n\n\n# or pass custom name and path\n\n$ to add another_project /different/path/to/project\n#=\u003e Added \"another_project\" with path /different/path/to/project\n```\n\n#### Showing all added folders\n\n```bash\nto\n\n#=\u003e\n#\n#          Available folders:\n#          project1  (/sample/long/and/complicated/path)\n#   another_project  (/different/path/to/project)\n#\n```\n\n#### Changing current folder\n\n```bash\n$ pwd\n#=\u003e /home/user\n$ to project1\n$ pwd\n#=\u003e /sample/long/and/complicated/path\n```\n\n\n\n#### Removing folder from gotodir\n\n```bash\nto rm project1\n#=\u003e Folder \"project1\" removed.\n```\n\n#### Changing folder name inside gotodir\n\n```bash\nto mv project1 project2\n#=\u003e Renamed \"project1\" to \"project2\".\n```\n","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FWowu%2Fgotodir","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FWowu%2Fgotodir","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FWowu%2Fgotodir/lists"}