Is there a way to open up a terminal from a folder location in a desktop folder?
This functionality would be the same as 'cdto' in OS X: https://github.com/jbtule/cdto/releases/tag/2_6_0
Is there a way to open up a terminal from a folder location in a desktop folder?
This functionality would be the same as 'cdto' in OS X: https://github.com/jbtule/cdto/releases/tag/2_6_0
As mentioned in the related question, you can install the Nautilus plugin like this:
sudo apt-get install nautilus-open-terminal
nautilus-terminal
which lets one open a terminal embedded in the nautilus view. I prefer the "open terminal here" as per your answer, but the difference between the two is more UI style than functionality.
– Jon Hanna
Apr 28 '14 at 15:18