
Terminal Here
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
12 years ago
fixed several bugs
Scaler
9 years ago
gnome-terminal
Report
czaroli
11 years ago
/home/czaro/.gnome2/nautilus-scripts/Terminal_There
[ File Contents Therminal_There ]
#!/bin/sh
gnome-terminal --working-directory="$PWD"
Thx
Report
Epsilon1205
11 years ago
Report
Chief677
12 years ago
#!/bin/sh
gnome-terminal --working-directory="$PWD"
It does exact the same thing :-)
Maybe I am wrong but it works and also with spaces and other special chars in the file path.
c,Ya
Report
jithu2k1
12 years ago
Report
skavoovee
13 years ago
I put it in ~/.gnome2/nautilus-scripts, but when I select a file o dir, with right click, scripts/TerminalHere always open the term on ~/.gnome2/nautilus-scripts/terminalhere, what can I do?
This is de content of TerminalHere:
~/.gnome2/nautilus-scripts$ more TerminalHere
#!/bin/bash
#Open a terminal with the currentdir of nautilus as workdir.
#Don't need to select any file in the currentdir.
##########################################################################
# Nautilus "Terminal Here" Script #
##########################################################################
# #
# Created by Xinyu Du #
# Emails: glacier_05@yahoo.com.cn #
##########################################################################
wdir=echo ${NAUTILUS_SCRIPT_CURRENT_URI#file://}
gnome-terminal --working-directory=$wdir
Thanks
Report
00061205
13 years ago
Report
00061205
13 years ago
Report
gema
13 years ago
Report
ct1egh
12 years ago
Report
00061205
13 years ago
Report
angrykeyboarder
12 years ago
2) Select "Open Terminal Here"
3) Note cursor in terminal is @ ~/Desktop $
Report
eilu
13 years ago
Report