A zsh plugin that lets you jump to custom directories without using cd, using named warp points.
wd (warp directory) is a zsh plugin that enables fast directory navigation by creating named shortcuts called warp points. It solves the inefficiency of repeatedly using cd for frequently visited or deeply nested directories, allowing instant jumps to any saved location.
Developers and power users who work extensively in the terminal with zsh and want to optimize their directory navigation workflow.
It offers a lightweight, intuitive alternative to cd with features like fuzzy search, subdirectory access, and seamless integration into existing zsh setups, making terminal navigation significantly faster.
:rocket: Jump to custom directories in zsh
Commands like `wd foo` allow jumping to saved directories instantly, replacing repetitive cd usage, as demonstrated in the demo GIF and usage examples for fast navigation.
Integrates with fzf via `wd browse` for interactive, fuzzy search of all warp points, with configurable keybinds like Ctrl-B, enhancing navigation efficiency.
Comes bundled with oh-my-zsh and supports other managers like Antigen, making setup straightforward for existing zsh users without complex configuration.
Offers commands like `wd list`, `wd rm`, and `wd clean` to manage warp points stored in `~/.warprc`, including cleaning non-existent directories for maintenance.
Designed exclusively for zsh, so it cannot be used with other popular shells like bash or fish without significant workarounds, limiting cross-shell compatibility.
The README warns that the automatic install script runs remote code without review, which is poor security practice, pushing users towards manual methods for safety.
Advanced features like fuzzy browsing require fzf to be installed separately, adding an extra step and potential complexity for full functionality.
Warp points are stored locally in `~/.warprc` by default, with no built-in mechanism for syncing or sharing across multiple machines or team members.
A smarter cd command. Supports all major shells.
Fish-like autosuggestions for zsh
Fish shell like syntax highlighting for Zsh.
A cd command that learns - easily navigate directories from the command line
Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.