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

pomsky
  • 68,507
jml
  • 103
  • 2
    See here: http://askubuntu.com/questions/207442/how-to-add-open-terminal-here-to-nautilus-context-menu – Nattgew Apr 24 '14 at 16:29
  • Please post as comment so that I can mark your answer as correct! Thanks. – jml Apr 26 '14 at 00:41

1 Answers1

1

As mentioned in the related question, you can install the Nautilus plugin like this:

sudo apt-get install nautilus-open-terminal

How to add "Open terminal here" to Nautilus' context menu?

Nattgew
  • 2,100
  • 1
    Some people might prefer 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