Skip to content

Instantly share code, notes, and snippets.

@ryanbriones
Created February 17, 2009 15:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryanbriones/65778 to your computer and use it in GitHub Desktop.
Save ryanbriones/65778 to your computer and use it in GitHub Desktop.
(*
Open New Terminal Window.scpt
Open a new Terminal window in the current space
Used in conjunction with Quicksilver
*)
tell application "System Events"
if (count (processes whose name is "Terminal")) is 1 then
tell application "Terminal" to do script ""
end if
tell application "Terminal" to activate
end tell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment