0

Is there a way to do this. I often find myself browsing files in the GUI because it is convenient and then I need a terminal so I have to open one up and cd /dsf/sd/f/sd/f/sd/fsdf with autocomplete it is quicker than typing, but it would be nice to have a shortcut to just open a terminal with one click

Joff
  • 504
  • 2
  • 6
  • 15
  • I know that the Thunar file explorer that comes installed in the XFCE4 Desktop has the right-click Open Terminal Here command. sudo apt-get install thunar – Terrance Feb 02 '16 at 05:19

1 Answers1

2

In the default Ubuntu file browser, Nautilus, this is quite easy to do. (Nautilus is included with Ubuntu, Ubuntu GNOME and possibly Ubuntu MATE.)

Navigate to the desired folder, hold down Shift, right click and select the Open Terminal Here option.

If you happen to use KDE, I believe that the same procedure will work. If you have XFCE, then you're set. As Terrance said, Thunar has the option on a simple right click.

If holding Shift doesn't work, try this:
Open a terminal and run sudo apt-get install nautilus-open-terminal. Once that finishes, relog, and there should be an "open in terminal" option in the right click menu.

TheWanderer
  • 19,395
  • 12
  • 50
  • 65