madx / jumpr
- Source
- Commits
- Network (0)
- Issues (0)
- Downloads (2)
- Wiki (1)
- Graphs
-
Branch:
master
jumpr /
| name | age | message | |
|---|---|---|---|
| |
LICENSE | ||
| |
README | ||
| |
completion.sh | ||
| |
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

