
I wanna type less.
cd(1), pushd(1), popd(1)

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.

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.


Doesn't work on fish shell.
Its not fuzzy.

Kinda like autojump(1) or z(1).
$ brew tap gsamokovarov/jump $ brew install jump
$ eval "$(jump shell)"