{"id":24054907,"url":"https://github.com/matusf/goto","last_synced_at":"2025-04-22T21:16:29.512Z","repository":{"id":54394888,"uuid":"166717719","full_name":"matusf/goto","owner":"matusf","description":"A fish shell utility to quickly navigate to aliased directories supporting tab-completion","archived":false,"fork":false,"pushed_at":"2021-07-01T08:22:13.000Z","size":85,"stargazers_count":20,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-22T21:16:06.388Z","etag":null,"topics":["aliases","directories","fish","goto","navigation","productivity","registered-aliases","utlity"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/matusf.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-01-20T22:47:21.000Z","updated_at":"2025-02-17T22:50:34.000Z","dependencies_parsed_at":"2022-08-13T14:20:40.758Z","dependency_job_id":null,"html_url":"https://github.com/matusf/goto","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/matusf%2Fgoto","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matusf%2Fgoto/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matusf%2Fgoto/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matusf%2Fgoto/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/matusf","download_url":"https://codeload.github.com/matusf/goto/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250324707,"owners_count":21411946,"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":["aliases","directories","fish","goto","navigation","productivity","registered-aliases","utlity"],"created_at":"2025-01-09T04:00:03.233Z","updated_at":"2025-04-22T21:16:29.488Z","avatar_url":"https://github.com/matusf.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# goto\n\nA fish shell utility to quickly navigate to aliased directories supporting\ntab-completion\n\n**goto** is a port of [goto](https://github.com/iridakos/goto) to\n[fish shell](https://fishshell.com/).\n\n![demo](/demo.gif)\n\n## Installation\n\n### Via [fisher](https://github.com/jorgebucaran/fisher)\n\n```\nfisher install matusf/goto\n```\n\n### Manually\n\nSimply copy the [goto.fish](https://raw.githubusercontent.com/matusf/goto/master/goto.fish)\nto your `fish/functions` directory. (Typically `~/.config/fish/functions`) or run:\n\n```\ncurl --create-dirs -o ~/.config/fish/functions/goto.fish https://raw.githubusercontent.com/matusf/goto/master/functions/goto.fish\n```\n\n## Usage\n\n### Go to an aliased directory\n\n```\n$ goto \u003calias\u003e\n```\n\n### Register an alias\n\n```\n$ goto -r \u003calias\u003e \u003cdirectory\u003e\n$ goto --register \u003calias\u003e \u003cdirectory\u003e\n```\n\n### Unregister an alias\n\n```\n$ goto -u \u003calias\u003e\n$ goto --unregister \u003calias\u003e\n```\n\n### List aliases\n\n```\n$ goto -l\n$ goto --list\n```\n\n### Cleanup non existent directory aliases\n\n```\n$ goto -c\n$ goto --cleanup\n```\n\n### Expand an alias\n\n```\n$ goto -x \u003calias\u003e\n$ goto --expand \u003calias\u003e\n```\n\n### Print goto version\n\n```\n$ goto -v\n$ goto --version\n```\n\n### Print a help message\n\n```\n$ goto -h\n$ goto --help\n```\n\n## Features\n\n- support for **tab-completion** (for both, options and aliases)\n- works for relative as well as absolute paths\n- follows [XDG Base Directory Specification](https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html)\n\n## Configuration\n\nYou can configure the location of `goto` database by setting an environment\nvariable `GOTO_DB` to a path to a file where you would like to store aliases.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatusf%2Fgoto","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmatusf%2Fgoto","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatusf%2Fgoto/lists"}