Open a new Terminal window using Quicksilver Mar 26
Create the following AppleScript file:
tell application "Terminal"
do script ""
end tell
I named mine newterm.scpt and put it in ~/bin, where I put all my little shell scripts.
Once Quicksilver reindexes its catalog (you can force this), you can activate this script anywhere. I've trained Quicksilver to use Ctrl-space nt.
Add a comment