You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
12 years ago | |
|---|---|---|
| .. | ||
| README.md | 12 years ago | |
| _wd.sh | 12 years ago | |
| wd.plugin.zsh | 12 years ago | |
| wd.sh | 12 years ago | |
README.md
wd
Maintainer: mfaerevaag
wd (warp directory) lets you jump to custom directories in zsh, without using cd. Why? Because cd seems ineffecient when the folder is frequently visited or has a long path. Source
Usage
-
Add warp point to current working directory:
wd add testIf a warp point with the same name exists, use
add!to overwrite it. -
From an other directory, warp to test with:
wd test -
You can warp back to previous directory, and so on, with the puncticulation syntax:
wd .. wd ...This is a wrapper for the zsh
dirsfunction. -
Remove warp point test point:
wd rm test -
List warp points to current directory (stored in
~/.warprc):wd show -
List all warp points (stored in
~/.warprc):wd ls -
Print usage with no opts or the
helpargument.