Skip to content

troyxmccall/wd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Warp Directory (In Bash)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages