JasonDaly.name

PHP, Ruby, Symfony, Rails, Doctrine, MooTools. Web Development.

Posts tagged with "gnome"

March 19, 2010

Opening Folder from Terminal in Gnome

The majority of the file management I do at work is through the terminal, however sometimes it is necessary to view/work with files through Nautilus. I’ve added the following command to my ~/.bashrc, causing openme to launch the current working directory in Nautilus.

alias openme='nautilus --browser . 2> /dev/null'

Tags: gnome linux bash tips bashrc nautilus