Skip to content

Instantly share code, notes, and snippets.

@jaredmoody
Created May 24, 2009 04:12
Show Gist options
  • Save jaredmoody/116950 to your computer and use it in GitHub Desktop.
Save jaredmoody/116950 to your computer and use it in GitHub Desktop.
applescript to show itunes current track with growltunes
tell application "GrowlTunes"
show current track
end tell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment