Skip to content

Instantly share code, notes, and snippets.

@quanganhdo
Last active December 16, 2015 11:49
Show Gist options
  • Save quanganhdo/5430598 to your computer and use it in GitHub Desktop.
Save quanganhdo/5430598 to your computer and use it in GitHub Desktop.
Open cmus in new iTerm tab
tell application "iTerm"
activate
tell the first terminal
launch session "Default Session"
tell the last session
write text "cmus"
end tell
end tell
end tell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment