Created
September 16, 2012 21:33
-
-
Save syohex/3734472 to your computer and use it in GitHub Desktop.
Open new iterm window
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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