This is a shell script that allows you to save and jump to commonly used directories. Now supports tab completion.
Please try it for a day, and you will find it very effective.
- a special directory bookmarker on bash like web browser
- supports 3.2 or more bash version
$ git clone git://github.com/b4b4r07/bashmark.git
$ make install
Enable bashmark.sh requires restart your bash
How to use bashmark
$ bashmark | less
$ show
bin ~/.local/bin
work ~/work
$ pwd
/home/testuser/work/myproject
$ reg
$ show
bin ~/.local/bin
work ~/work
myproject ~/work/myproject
$ reg abc
bin ~/.local/bin
work ~/work
myproject ~/work/myproject
abc ~/work/myproject
$ pwd
/home/testuser
$ go abc
$ pwd
/home/testuser/work/myproject
$ p bin
/home/testuser/.local/bin
$ del myproject abc
$ show
bin ~/.local/bin
work ~/work
MIT license. Copyright (c) 2013 b4b4r07