Skip to content

Instantly share code, notes, and snippets.

@RobertAudi
Created June 30, 2010 03:22
Show Gist options
  • Select an option

  • Save RobertAudi/458195 to your computer and use it in GitHub Desktop.

Select an option

Save RobertAudi/458195 to your computer and use it in GitHub Desktop.
Open a Terminal.app window group using AppleScript
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