A script to make it easy to navigate between common directories.
Using basher
basher install juanibiapina/gg
require juanibiapina/gg
Clone this repo and source lib/gg.bash.
Create a config file ~/.gg/aliases with your directory aliases:
a /home/user/dev/project_a
b /home/user/dev/project_b
t /tmp
and run gg a
to cd into that directory.