3

Is there a quick way to open command window from file explorer? There is a shortcut in Windows 8 like "Open commmand window here".

hellzone
  • 171
  • 2
  • 2
  • 10

2 Answers2

5

Yes indeed, just install nautilus-open-terminal:

sudo apt-get install nautilus-open-terminal

Then, log out and log back in and you'll have a new option when you right-click in any nautilus directory.

  • For some reason, I always have TWO entries... – Wilf Jan 13 '14 at 13:09
  • Only drawback to this nautilus extension is that it can not be set to open terminal like tilda (http://askubuntu.com/questions/354890/how-to-set-default-terminal-to-tilda-or-yakuake-when-using-open-in-terminal-fr). But apart from that it works great. – Rafal Jan 13 '14 at 13:10
  • That context menu is standard in xfce. – exussum Jan 13 '14 at 16:30
1

You should be able to open a terminal window from anywhere using Ctrl+Alt+t on the keyboard.

user3121023
  • 179
  • 7