My directory structure for all things programming is currently like this –
The folders are under this directory:
/home/borax12/programming
-android
-java
-GoogleApps
It is a pain to every time cd to this directory for any programming. So I wanted to know whats the best practice to access your programming documents efficiently.
I was of the opinion to create symlinks to all those folders, but I don’t want my home folder to look cluttered.
Even if I make symlinks, can I hide them somehow?
You could use aliases (put them in your
~/.bashrc):So these aliases start with commas, and keep you 3-4 characters away from code.
And then there is
autojumpfor overallcdgoodness (written by, IIRC, a StackOverflow user).