{"id":20425915,"url":"https://github.com/bezhermoso/jump-to-git-root","last_synced_at":"2025-07-26T00:03:54.478Z","repository":{"id":71728527,"uuid":"138499893","full_name":"bezhermoso/jump-to-git-root","owner":"bezhermoso","description":"Simple shell utility to jump back to a Git repo's project root","archived":false,"fork":false,"pushed_at":"2023-07-27T05:11:39.000Z","size":9,"stargazers_count":3,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2023-08-02T04:57:03.488Z","etag":null,"topics":["git","shell-script","workflow"],"latest_commit_sha":null,"homepage":null,"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/bezhermoso.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2018-06-24T16:58:51.000Z","updated_at":"2024-05-30T07:00:43.371Z","dependencies_parsed_at":"2024-05-30T07:00:42.728Z","dependency_job_id":"d003ece6-ffec-424f-bc0a-8421b9638743","html_url":"https://github.com/bezhermoso/jump-to-git-root","commit_stats":null,"previous_names":[],"tags_count":0,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bezhermoso%2Fjump-to-git-root","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bezhermoso%2Fjump-to-git-root/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bezhermoso%2Fjump-to-git-root/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bezhermoso%2Fjump-to-git-root/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bezhermoso","download_url":"https://codeload.github.com/bezhermoso/jump-to-git-root/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224742388,"owners_count":17362232,"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":["git","shell-script","workflow"],"created_at":"2024-11-15T07:14:42.198Z","updated_at":"2024-11-15T07:14:42.714Z","avatar_url":"https://github.com/bezhermoso.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# jump-to-git-root\n\nSimple ZSH utility to jump back to the Git repo's root directory.\n\nCan pierce through submodule: when already at a submodule's root directory, invoking it\nwill jump you to the parent repo's root directory.\n\n## Setup\n\nClone this repository:\n\n```sh\ngit clone https://github.com/bezhermoso/jump-to-git-root.git /usr/local/share\n\n```\n\nAdd the `functions` directory of this repo to your `fpath`:\n\n```sh\n# Add to fpath\nfpath+=('/usr/local/share/jump-to-git-root/functions')\n\n# RECOMMENDED: Assign to a short alias:\nalias gr=jump-to-git-root\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbezhermoso%2Fjump-to-git-root","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbezhermoso%2Fjump-to-git-root","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbezhermoso%2Fjump-to-git-root/lists"}