wd <point> [path]
Warp to directories without using cd
Arguments
Name | Description |
---|
point | Warp point to the specified directory |
path | Appended path |
Subcommands
Name | Description |
---|
add | Adds the current working directory to your warp points |
rm | Removes the given warp point |
show | Print path to given warp point |
list | Print all stored warp points |
ls | Show files from given warp point (ls) |
path | Show the path to given warp point (pwd) |
clean | Remove points warping to nonexistent directories (will prompt unless --force is used) |
help | Shows help for wd |
Options
Name | Description |
---|
-v, --version | Print version |
-d, --debug | Exit after execution with exit codes (for testing) |
-c, --config <file> | Specify config file (default ~/.warprc) |
-q, --quiet | Suppress all output |
-f, --force | Allows overwriting without warning (for add & clean) |