I use nautilus as my default file manager. Is there any way that I can customize it so that right click anywhere in the window gives an option to open the current directory in terminal. I have seen same feature in dolphin, wish I could do the same in nautilus too.
Asked
Active
Viewed 5.7k times
3 Answers
44
Install nautilus-open-terminal
. In a terminal type:
sudo apt-get install nautilus-open-terminal
Once it installs, type nautilus -q && nautilus &
to quit and reopen nautilus, and check the right click option.

Alaa Ali
- 31,535
6
I did the following:
sudo apt-get install nautilus-open-terminal
nautilus -q
Then just click the file manager window, and then try right clicking anywhere and the option "Open in Terminal" is right there!

Sam-Graham
- 213
- 2
- 5
1
To open a terminal from Nautilus, you must install the package nautilus-open-terminal (sudo apt-get install nautilus-open-terminal from the command line). In the context menu is the option to open a terminal in the current directory.

jsartti
- 398
and once again writing $ nautilus
works fine.
– shivshnkr May 10 '13 at 15:39nautilus -q && nautilus&
– Glutanimate May 10 '13 at 19:46nautilus-actions
. – jena Mar 06 '18 at 19:00