madx / jumpr

like autojump and friends, in ruby + yaml

This URL has Read+Write access

madx (author)
Thu Apr 23 15:48:46 -0700 2009
commit  8077c358e8adda030423b97df5f38bfe878012a7
tree    8040aa66c44761a22f3443050e29da2a35f28e15
parent  eeca796d195a5164809c59b8e2c3decf7efa4984
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