jump

@gsamokovarov

<3 $SHELL

I wanna type less.

cd(1), pushd(1), popd(1)

aliases

alias wc="cd /Users/genadi/Development/web-console"
alias rls="cd /Users/genadi/Development/rails"
alias gw="cd /Users/genadi/Development/gateway" 

Tedious to change.

autojump(1)

A faster way to navigate your filesystem.

Works by maintaining a database of the directories you use the most from the command line.

$ j rails
$ pwd
/Users/genadi/Development/rails 

Requires a working Python installation.

Tedious to integrate with the shell.

Its not fuzzy.

z(1)

Doesn't work on fish shell.

Its not fuzzy.

jump

jump

jump

jump

Kinda like autojump(1) or z(1).

FUZZY!

YOU TYPE LESS!

AWESOME!

DEMO

$ brew tap gsamokovarov/jump
$ brew install jump 
$ eval "$(jump shell)" 

http://gsamokovarov.com/jump

http://github.com/gsamokovarov/jump