Skip to content

Instantly share code, notes, and snippets.

@syohex
Created September 16, 2012 21:33
Show Gist options
  • Save syohex/3734472 to your computer and use it in GitHub Desktop.
Save syohex/3734472 to your computer and use it in GitHub Desktop.
Open new iterm window
tell application "iTerm" to activate
tell application "System Events"
tell process "iTerm"
click menu item "New Window" of menu "Shell" of menu bar 1
end tell
end tell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment