{"id":28885319,"url":"https://github.com/ryutok/zbd","last_synced_at":"2026-04-29T04:39:44.808Z","repository":{"id":300258218,"uuid":"133042203","full_name":"ryutok/zbd","owner":"ryutok","description":"Quickly go back to the specific parent directory instead of typing cd ../../...","archived":false,"fork":false,"pushed_at":"2018-12-12T08:31:40.000Z","size":35,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-06-20T18:16:18.734Z","etag":null,"topics":["bd","zplug","zsh","zsh-plugin"],"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/ryutok.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,"zenodo":null}},"created_at":"2018-05-11T13:20:09.000Z","updated_at":"2021-06-03T01:44:27.000Z","dependencies_parsed_at":"2025-06-20T18:16:20.956Z","dependency_job_id":"cd6e8816-4445-4870-8e21-9bea2bd0ec66","html_url":"https://github.com/ryutok/zbd","commit_stats":null,"previous_names":["ryutok/zbd"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/ryutok/zbd","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryutok%2Fzbd","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryutok%2Fzbd/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryutok%2Fzbd/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryutok%2Fzbd/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ryutok","download_url":"https://codeload.github.com/ryutok/zbd/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryutok%2Fzbd/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32411539,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T03:46:11.172Z","status":"ssl_error","status_checked_at":"2026-04-29T03:37:55.317Z","response_time":110,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["bd","zplug","zsh","zsh-plugin"],"created_at":"2025-06-20T22:30:26.170Z","updated_at":"2026-04-29T04:39:44.801Z","avatar_url":"https://github.com/ryutok.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# zbd\n\n[![Build Status](https://travis-ci.org/ryutok/zbd.svg?branch=master)](https://travis-ci.org/ryutok/zbd)\n[![MIT License](http://img.shields.io/badge/license-MIT-blue.svg?style=flat)](LICENSE)\n\nQuickly go back to the specific parent directory instead of typing `cd ../../..`.\n\n\n## Demo\n![GIF animation](demo.gif)\n\n\n## zbd vs. [Tarrasch/zsh-bd](https://github.com/Tarrasch/zsh-bd)\n### Ignore current directory\nCurrent working directory is not included in the parent directory list.\nFor example, when you are in `~/aaa/bbb/aaa`, command `zbd aaa` means `cd ~/aaa` not `cd ~/aaa/bbb/aaa`.\n\n### Easily move up 1 directory\nCommand `zbd` without argument corresponds `zbd 1` and `cd ../`.\n\n### Support new completion system (`zstyle`)\nYou can change TAB completion performance using `zstyle` command.\nFor example, when you want to ignore case, add the following lines in your `.zshrc`.\n\n```\nautoload -Uz compinit\ncompinit\n\nzstyle ':completion:*' matcher-list 'm:{a-z}={A-Z}'\n```\n\n\n## Usage\n\n    zbd [directory name | number]\n\n### Options\n\n    -h  --  print help\n\n\n## Installation\n### Manually\nPut `zbd` and `_zbd` files somewhere you want to install, and add the following lines in your `.zshrc`.\n\n```\nexport fpath=( \u003cINSTALL_DIR\u003e $fpath )\nautoload -Uz zbd\n```\n\n### Using zplug\nIf you use [zplug](https://github.com/zplug/zplug), add the following line to your `.zshrc`.\n\n```\nzplug 'ryutok/zbd'\n```\n\n\n## License\n[MIT](https://github.com/ryutok/zbd/blob/master/LICENSE)\n\n\n## Author\n[ryutok](https://github.com/ryutok)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fryutok%2Fzbd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fryutok%2Fzbd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fryutok%2Fzbd/lists"}