11

When it is set "view items as grid of icons" you just right-click and open in terminal. However, when it is set "viewing items as list" and the page is full of files, it's not possible to find an empty space to right-click and open in terminal.

Vitor Abella
  • 7,537
  • Simply associate a keyboard combination to the action would do the trick, or you want a mouse based solution? – Patrick Trentin May 19 '16 at 11:01
  • I am used with mouse based solution, but I will try your keyboard shortcut solution – Vitor Abella May 19 '16 at 13:52
  • 1
    There are a number of solutions for that, e.g. http://askubuntu.com/questions/68078/keyboard-shortcut-for-open-a-terminal-here and http://askubuntu.com/questions/680016/keyboard-shortcut-for-open-terminal-nautilus-3-16 – Patrick Trentin May 19 '16 at 14:48

2 Answers2

5

You are right. I'm sure someone knows how to magic free space into a long list. But here is how to do it until they get here:

Go up to the parent directory of the one you want, right click on the directory you want to open in terminal, and the option is there.

If going up to the parent directory isn't possible (because you're at the top of the tree, for example), right click on any directory in the list, select open in terminal and then type

cd ..

to change to the parent directory, and there you are.

Zanna
  • 70,465
2

There is now an option to open a terminal in the current folder by clicking on the folder drop-down in the top-left of the Nautilus window (next to the forward and back buttons).

enter image description here

Ben
  • 125
  • 4