Created
June 30, 2010 03:22
-
-
Save RobertAudi/458195 to your computer and use it in GitHub Desktop.
Open a Terminal.app window group using AppleScript
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 "Terminal" to activate | |
| tell application "System Events" | |
| tell process "Terminal" | |
| tell menu item "Basic" of menu "Open Window Group" of menu item "Open Window Group" of menu "Window" of menu bar item "Window" of menu bar 1 | |
| click | |
| end tell | |
| end tell | |
| end tell |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment