Often times when I'm using my file browser I find myself wanting to switch over to the terminal in order to perform some tasks in that directory. In the past that ment having to open up a new terminal window and then navigate to my current directory, but fortunetly there is an easier way. If you are using gnome you can easily add a "Open in Terminal" option to the right click menu.
To do this, simply open your terminal and type the following commands
sudo apt-get install nautilus-open-terminal
nautilus -q
The first command will install the right click option, and the second command will restart your file browser so you will be able to see the new change.
--
Posted By Conrad Sykes to
The Computer Kid at 4/12/2013 08:46:00 AM