# add a warp point
cd /freakishly/long/path/that/i/have/to/type/a/lot
wd add flp
# warp to that point
wd flp
# warp to a subfolder of that point
wd flp/subfolder/of/that/point
# remove a warp point
wd rm flp
# list all warp points and their destinations
wd lsFirst, pull down the repo:
git clone https://github.com/troyxmccall/wd.gitto install
cd wd
setup/wd installto upgrade
cd wd
setup/wd upgradesimply paste the following into your command line:
curl -sL https://raw.github.com/troyxmccall/wd/master/setup/wd | bash -s installDefine the wd script in your shell by adding the following to a shell startup file (~/.bash_profile, ~/.bashrc, etc.):
# define the wd function
source "<PATH_TO_wd_SCRIPT>"Maximum Warp. Engage.