Skip to content

Instantly share code, notes, and snippets.

@adrienthebo
Created September 20, 2011 16:51
Show Gist options
  • Save adrienthebo/1229638 to your computer and use it in GitHub Desktop.
Save adrienthebo/1229638 to your computer and use it in GitHub Desktop.
Applescript shortcut for creating a new terminal window
tell application "iTerm"
set _term to (make new terminal)
tell _term
launch session "Default"
activate
end tell
end tell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment