{"id":25583724,"url":"https://github.com/0xtadash1/dirstax","last_synced_at":"2026-04-25T23:35:17.821Z","repository":{"id":238341041,"uuid":"796354461","full_name":"0xTadash1/dirstax","owner":"0xTadash1","description":"Provides practical directory navigation, such as browser history","archived":false,"fork":false,"pushed_at":"2025-01-12T16:12:03.000Z","size":22,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-12T16:34:11.425Z","etag":null,"topics":["shell","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/0xTadash1.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":"2024-05-05T17:37:01.000Z","updated_at":"2025-01-12T16:12:05.000Z","dependencies_parsed_at":"2024-05-11T12:41:52.470Z","dependency_job_id":"e55a990a-84e4-4503-97d6-e22545306e31","html_url":"https://github.com/0xTadash1/dirstax","commit_stats":null,"previous_names":["0xtadash1/dirstax"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xTadash1%2Fdirstax","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xTadash1%2Fdirstax/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xTadash1%2Fdirstax/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xTadash1%2Fdirstax/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/0xTadash1","download_url":"https://codeload.github.com/0xTadash1/dirstax/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239964534,"owners_count":19725952,"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":["shell","zsh","zsh-plugin"],"created_at":"2025-02-21T06:18:14.938Z","updated_at":"2026-04-05T08:30:21.578Z","avatar_url":"https://github.com/0xTadash1.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# dirstax\n\n**Provides simple and practical directory navigation, such as browser history**, using the built-in `$dirstack` feature of Zsh.\n\n- \u003ckbd\u003ealt\u003c/kbd\u003e+\u003ckbd\u003e←\u003c/kbd\u003e to go backwads to the previous directory\n- \u003ckbd\u003ealt\u003c/kbd\u003e+\u003ckbd\u003e→\u003c/kbd\u003e to go forwards in the directory history\n- \u003ckbd\u003ealt\u003c/kbd\u003e+\u003ckbd\u003e↑\u003c/kbd\u003e to go upwards to the parent directory\n\n\u003e [!TIP]\n\u003e In macOS, \u003ckbd\u003e⌘ command\u003c/kbd\u003e is assigned instead of \u003ckbd\u003ealt\u003c/kbd\u003e.\n\n\u003e [!NOTE]\n\u003e\n\u003e Designed to utilize Zsh’s built-in `$dirstack`, this plugin enables\n\u003e [`AUTO_PUSHD`](https://zsh.sourceforge.io/Doc/Release/Options.html#Changing-Directories)\n\u003e and disables [`PUSHD_IGNORE_DUPS`](https://zsh.sourceforge.io/Doc/Release/Options.html#Changing-Directories) internally.\n\u003e (These Zsh options are disabled by default)\n\u003e\n\u003e These changes *should not have any effect* unless you are using plugins or features that depend on `$dirstack`.\n\n## Usage\n\ndirstax works out of the box. The default key bindings are activated immediately after the script is sourced.\n\n### Installation\n\n`git clone https://github.com/0xTadash1/dirstax`, and Edit `.zshrc`:\n\n```sh\nsource path/to/dirstax.plugin.zsh\n```\n\n#### with zinit\n\nInstall with Zsh plugin manager [zinit](https://github.com/zdharma-continuum/zinit):\n\n```sh\nzinit wait lucid light-mode for @0xTadash1/dirstax\n```\n\n### Settings\n\nThe key bindings of dirstax can be changed as follows.\n\n```sh\n# Use shift + alt (or shift + ⌥ option in macOS) as the modifier key instead of the default\ntypeset -Ax dirstax=(\n\t[keybind_upward]='^[[1;4A'    # shift + alt + ↑\n\t[keybind_forward]='^[[1;4C'   # shift + alt + →\n\t[keybind_backward]='^[[1;4D'  # shift + alt + ←\n)\n```\n\nIf after loading the plugin, you need to reapply the key bindings.\n\n```sh\n.dirstax.bind_widgets\n```\n\n## License\n\n[MIT](./LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0xtadash1%2Fdirstax","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F0xtadash1%2Fdirstax","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0xtadash1%2Fdirstax/lists"}