warp-directory-rs
Save a list of directories and easily switch to them. Currently, zsh and bash are supported.
Installation
Via cargo
Install the warp-directory binary using cargo:
Build from source
Clone the repository and install the warp-directory binary using cargo:
Configuration
Add the following to your zsh configuration file (e.g., ~/.zshrc or ~/.bashrc):
If running zsh:
Or, if you run bash:
Source your config or open a new terminal.
Usage
List warp points:
Add a warp point:
If <path> is not provided, the current directory will be used. You can add a description that will
be shown when using warp list by using the --description flag.
Remove a warp point:
Show the help message: