Archive for November, 2009
Open New Terminal Here
Here is a small script to open a new terminal in the current nautilus’ location.
Place this script at /home//.gnome2/nautilus-scripts
folder=`echo $NAUTILUS_SCRIPT_CURRENT_URI|sed 's/file\:\/\///g'`
gnome-terminal --working-directory=`echo $folder`
Add comment November 2, 2009



