# 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 ls
First, pull down the repo:
git clone https://github.com/troyxmccall/wd.git
to install
cd wd
setup/wd install
to upgrade
cd wd
setup/wd upgrade
simply paste the following into your command line:
curl -sL https://raw.github.com/troyxmccall/wd/master/setup/wd | bash -s install
Define 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.