I access certain programs and folders frequently, I would like to access them with some shortcuts. For example I would like to open my Projects folder by typing pro.
In Windows, I have a folder that is in PATH with shortcuts to my favorite apps and folders. For Project folder, I have a shortcut pro, and if I type "pro" in run dialog it will open Project folder in explorer.
Is there a way I can mimic shortcuts folder and run dialog in Ubuntu?
xdg-open /path/to/your/favorite/folder
and make a shortcut key to that. – αғsнιη Sep 29 '14 at 03:24