{"id":13897694,"url":"https://github.com/Tarrasch/zsh-bd","last_synced_at":"2025-07-17T14:32:35.848Z","repository":{"id":10397598,"uuid":"12549612","full_name":"Tarrasch/zsh-bd","owner":"Tarrasch","description":"Jump back to a specific directory, without doing `cd ../../..`","archived":false,"fork":false,"pushed_at":"2025-01-06T17:08:34.000Z","size":208,"stargazers_count":424,"open_issues_count":5,"forks_count":112,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-01-06T18:26:29.884Z","etag":null,"topics":[],"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/Tarrasch.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":"2013-09-02T21:42:33.000Z","updated_at":"2025-01-06T17:08:39.000Z","dependencies_parsed_at":"2024-11-25T09:03:44.049Z","dependency_job_id":null,"html_url":"https://github.com/Tarrasch/zsh-bd","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Tarrasch/zsh-bd","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tarrasch%2Fzsh-bd","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tarrasch%2Fzsh-bd/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tarrasch%2Fzsh-bd/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tarrasch%2Fzsh-bd/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Tarrasch","download_url":"https://codeload.github.com/Tarrasch/zsh-bd/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tarrasch%2Fzsh-bd/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265616834,"owners_count":23798905,"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":[],"created_at":"2024-08-06T18:03:48.758Z","updated_at":"2025-07-17T14:32:35.595Z","avatar_url":"https://github.com/Tarrasch.png","language":"Shell","funding_links":[],"categories":["Plugins","Shell"],"sub_categories":["ZSH on Windows","Zinit (née zplugin)"],"readme":"[![Build Status](https://travis-ci.org/Tarrasch/zsh-bd.png)](https://travis-ci.org/Tarrasch/zsh-bd)\n\n# zsh-bd\n\nQuickly go back to a specific parent directory instead of typing `cd ../../..` redundantly.\n\nUpdate August 2017: While there have not been commits lately, it's still fully functional.\n\n---\n\nThis is a reimplementation of\n[vigneshwaranr/bd](https://github.com/vigneshwaranr/bd) that utilizes the power\nof the zsh shell.\n\n## Install\n\nAll you need to do is to source `bd.zsh`. Here's the manual installation\n\n    mkdir -p $HOME/.zsh/plugins/bd\n    curl https://raw.githubusercontent.com/Tarrasch/zsh-bd/master/bd.zsh \u003e $HOME/.zsh/plugins/bd/bd.zsh\n    print -- \"\\n# zsh-bd\\n. \\$HOME/.zsh/plugins/bd/bd.zsh\" \u003e\u003e $HOME/.zshrc\n\nRestart your shell (or run `zsh`)\n\n### [Antigen](https://github.com/zsh-users/antigen)\n\nIf you prefer antigen over manual installation\n\n    antigen-bundle Tarrasch/zsh-bd\n\n## Usage\n\n    $ mkdir -p a/b/c/d\n    $ cd a/b/c/d\n    $ bd b\n    $ ls\n    c\n    $ cd c/d\n    $ bd 2\n    $ ls\n    c\n\nHere's an animation also showing the completion functionality\n\n![Animated gif](animation.gif \"Animation that shows auto completion\")\n\n## Thanks\n\nThanks to\n[@vigneshwaranr](https://github.com/vigneshwaranr)\nfor inspiring me to do a zsh version.\n\nThanks to [@voria](https://github.com/voria) for many useful\npatches! (see commit log)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FTarrasch%2Fzsh-bd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FTarrasch%2Fzsh-bd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FTarrasch%2Fzsh-bd/lists"}