46

I would like to add it to the default menu (mouse right-click)

Like I want to right click on a folder and open it in the terminal. I don't want to have to find the directory in the terminal.

Jorge Castro
  • 71,754
Alex
  • 2,099
  • Welcome to Ask Ubuntu! Please define your question. For more details on best practices consider reading the FAQ on asking questions.Regards – Ringtail Mar 30 '12 at 22:24
  • what do i need to add? – Alex Mar 30 '12 at 22:25
  • Wow, this really worked on my Ubuntu Srever 14.04 –  Jul 17 '14 at 18:21
  • Thanks for the answer Manish Sinha, but I am not able to follow the steps. Kindly help me at the following stage so that I can proceed. I am not getting interface under gnome. – Ram Aug 19 '14 at 07:48

1 Answers1

49

You first need to install the package nautilus-open-terminal from Software Center or Synaptic Package Manager

Installing Nautilus Open Terminal package

Then goto command line and type

nautilus -q

Then open nautilus and you can find "Open in Terminal"

Terminal Open from Nautilus

If you want to assign a keyboard shortcut to this action, please consult the following Q&A:

Keyboard shortcut for "open a terminal here"

Manish Sinha
  • 11,565