#!/bin/sh

# [Gedit Tool]
# Name[de]=Hier Terminal öffnen
# Name[en_GB]=Open terminal here
# Name=Open terminal here
# Comment[de]=Öffnet ein Terminal im Ordner des Dokumentes
# Comment[en_GB]=Open a terminal in the document location
# Comment=Open a terminal in the document location
# Input=nothing
# Output=output-panel
# Applicability=local
# Save-files=nothing
# Languages=Shortcut=<Primary><Alt>t

#TODO: use "gconftool-2 -g /desktop/gnome/applications/terminal/exec"
gnome-terminal --working-directory="$GEDIT_CURRENT_DOCUMENT_DIR" &
