#!/bin/sh

# [Gedit Tool]
# Name=Открыть терминал здесь
# Comment=Открыть терминал в каталоге документа
# 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" &
