Skip to content

Latest commit

 

History

History
executable file
·
54 lines (43 loc) · 938 Bytes

README.md

File metadata and controls

executable file
·
54 lines (43 loc) · 938 Bytes

Warp Directory (In Bash)

Examples

# 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

Setup (Recommended)

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

Setup (Automatic)

simply paste the following into your command line:

curl -sL https://raw.github.com/troyxmccall/wd/master/setup/wd | bash -s install

Setup (Manual)

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>"

License

Maximum Warp. Engage.