Skip to content

Instantly share code, notes, and snippets.

@cassioscabral
Created January 8, 2016 16:14
Show Gist options
  • Save cassioscabral/418609a4cfed455186aa to your computer and use it in GitHub Desktop.
Save cassioscabral/418609a4cfed455186aa to your computer and use it in GitHub Desktop.
New tab on applescript code
on new_tab()
tell application "Terminal"
activate
tell application "System Events" to tell process "Terminal" to keystroke "t" using command down
end tell
end new_tab
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment