I need to create a shortcut to a folder in Ubuntu 18.04 like I did it windows. I don't like symlinks for a navigation patterns I have used in windows. Symlink is not the best solution for me just because it works differently. Symlink brings a folder content to another folder, while shortcut helps me to navigate to the source folder.
Let's say I've got a folder with many projects. The one project is a major one which is 80% time spending. I'd like to create a shortcut to it so I can quickly navigate to that project. It might happen on rare occasion I need to navigate to another project then in windows I used to open the main project using that shortcut, THEN I GO ONE LEVEL UP AND SELECT ANOTHER PROJECT. This is not possible with symlinks. Because if I go up after I opened symlink I will be in a wrong place.
With shortcuts I don't need to have that many shortcuts as with symlinks. If I only have symlinks then I need to create at least 2 symlinks where in windows I would have just 1 shortcut.
Keyboard shortcut is not the same. The reson is that I normally create a folder called Links in which I have approximately 10 folder shortcuts. Remembering 10 keyboard shortcuts doesn't look like a great idea.
Creating a .desktop file also seems would not work as I believe it would work for 1 folder.
/home/user/foo1/foo2/
– PRATAP Apr 03 '19 at 21:12nautilus /home/user/foo1/foo2/
– PRATAP Apr 03 '19 at 21:14pwd -P
will give different answers depending on following the symlink or the original path. That's one of the main things the question is asking about. – Nathaniel M. Beaver Sep 14 '20 at 16:32