Ridiculously lightweight 'warp to directory' wrapper functions on cd and ln that make shell life a little easier.
Inspired by https://github.com/mfaerevaag/wd
Puts a bunch of symlinks in ~/.warp and uses them to jump around
Symlink wd.sh into your shell startup somehow. I like to source it into my shell from ~/.profile
# source all the extra completion files in ~/.shell_completion/
for f (~/.shell_completion/*.sh) {
source $f
}
wda <name> <dir>
add warp targetwdl
list warp targetswd <name>
warp to targetwd-
warp back to the directory before the last warpwdr <name>
remove warp target