This script provides markers for unix file system for quick access to marked directories. This utility will save you countless keystrokes!
Let say you are currently working on project in the directory /home/akhan/Documents/Projects/MyProject
. Using jumpdir you can save that path to the directory at a marker and quicky jump to it. All you have to do is:
- Change directory to your desired directory
- Run
jd +<char> (e.g jd +a)
, this will store that present directory as marker 'a' - Now to jump to that directory run
jd <char> (jd a)
Case | Description | Example |
---|---|---|
jd |
list the currently set markers | $ jd |
jd +<char> |
store current director in market <char> | $ jd +b |
jd <char> |
change directory to the store directory | $ jd b |