Melciah
May 6th, 2006, 11:08 PM
This is a mind numbingly simple script to open a terminal at the current nautilus location. It's helped me a bit, so I thought I would share it.
cd .gnome2/nautilus-scripts/
touch cd-terminal.sh
chmod 755 cd-terminal.sh
gedit cd-terminal.sh
add this to the file:
#!/bin/bash
gnome-terminal --working-directory=%f
Save and exit.
This script will now appear when you right-click, under scripts. I hope this is useful for you.
cd .gnome2/nautilus-scripts/
touch cd-terminal.sh
chmod 755 cd-terminal.sh
gedit cd-terminal.sh
add this to the file:
#!/bin/bash
gnome-terminal --working-directory=%f
Save and exit.
This script will now appear when you right-click, under scripts. I hope this is useful for you.