public
Description: like autojump and friends, in ruby + yaml
Homepage:
Clone URL: git://github.com/madx/jumpr.git
jumpr /
name age message
file LICENSE Loading commit data...
file README
file completion.sh
file jumpr
README
~> jumpr!

$ cp jumpr ~/bin
$ chmod +x ~/bin/jumpr
$ cat >> ~∕.bashrc <<. && source ~/.bashrc
> j() {
>   local result
>   result="$(jumpr $@)"
>   if [ $? -eq 0 ]; then cd "$result"; else echo "$result"; fi
> }
> .

~> WTFPL licensed