7

I want to be able to "open in terminal" from any directory.

I have the nautilus-open-terminal package installed

I'm not sure what the problem is exactly: when there's only a couple of items in a directory I can just right-click in the empty space, see the context menu, and click "Open in Terminal".

But if there's enough items to create a scroll bar there's nowhere to right click for the current directory.

If I right click on the breadcrumbs I don't see "open in terminal". The same happens when I look at the "File" menu.

This means that if there's a scrollbar there's no way to open a terminal in the current directory - I need to go up a directory, find the directory I was just in, and right click on that to open a terminal.

If there's no way around this it would be just as good to have a key combo to open a terminal in the current directory (ctrl-alt-t opens a terminal in my home directory).

Thanks for your help!

edit: I'm using list view

3 Answers3

4

Go to the directory where you want to open in terminal. Make sure your cursor in inside in window (where files are displayed). If a file is selected, press the Ctrl + Space to deselect it. Then press Option key.

Keyboard with the option key highlighted

Then context menu pops up. Now you can select the open in terminal option.

Calimo
  • 1,172
  • 18
  • 24
Alex Jones
  • 8,192
2

I know, this is not a real answer to the question.
But it is an alternative to achieve what OP requests as Nautilus does not natively offer a solution:

Use Nemo.

There you can add a button in the Toolbar to open Terminal in current folder.

enter image description here

More on Nemo:

pLumo
  • 27,991
0

The issue boils down to not having empty space where you can right-click with your mouse without touching a file or directory, so, you have to make some space, an easy way is to change the view from list to grid, in the grid view you have plenty of empty space just for you :) On the following page, you see an image, on the left side you have the grid view, on the right side, you have the list view. To toggle between them you have a button on the top right corner (it also appears in both pictures of the link above).

Melardev
  • 111