Skip to content

Instantly share code, notes, and snippets.

@RobertAudi
Created June 30, 2010 04:27
Show Gist options
  • Select an option

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

Select an option

Save RobertAudi/458239 to your computer and use it in GitHub Desktop.
Open a new Terminal.app tab with the *Homebrew* color theme using applescript
tell application "Terminal" to activate
tell application "System Events"
tell process "Terminal"
tell menu item "Homebrew" of menu "New Tab" of menu item "New Tab" of menu "Shell" of menu bar item "Shell" 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