summaryrefslogtreecommitdiffstats
path: root/plugins/externaltools/data/open-terminal-here.tool.in
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/externaltools/data/open-terminal-here.tool.in')
-rwxr-xr-xplugins/externaltools/data/open-terminal-here.tool.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/externaltools/data/open-terminal-here.tool.in b/plugins/externaltools/data/open-terminal-here.tool.in
new file mode 100755
index 0000000..9365648
--- /dev/null
+++ b/plugins/externaltools/data/open-terminal-here.tool.in
@@ -0,0 +1,4 @@
+#!/bin/sh
+
+#TODO: use "gconftool-2 -g /desktop/gnome/applications/terminal/exec"
+gnome-terminal --working-directory="$GEDIT_CURRENT_DOCUMENT_DIR" &