
bash marks
bash marks is an awesome shell script that lets you bookmark and return to commonly used directories.
$ cd /var/www/
$ s web
$ cd /somewhere/else/
$ g we<tab>
$ g web
$ pwd
/var/www/
I think it was James who first told me about it, many years ago! I still use it daily, thanks James!
All links, in order of mention:
- bash marks: https://github.com/huyng/bashmarks
- James: https://twitter.com/jhugman
Recent posts: