[TxMt] Feature request: "Open Terminal here ..."

Niels Kobschätzki n.kobschaetzki at googlemail.com
Thu May 3 09:53:38 UTC 2007


On May 3, 2007, at 11:50 AM, Antoine Beyeler wrote:

> What if you want to use iTerm instead? :-)

Wouldn't it work to change the command just from

osascript <<EOF
    tell application "Terminal"
       activate
       do script "cd '$TM_PATH'; clear; pwd"
    end tell
EOF

to
osascript <<EOF
    tell application "iTerm"
       activate
       do script "cd '$TM_PATH'; clear; pwd"
    end tell
EOF

?

Niels

--
1942? Wasn't that the year when Columbus discovered America?
   -- Beauty & the Geek Season 1



More information about the textmate mailing list