Created
May 24, 2009 04:12
-
-
Save jaredmoody/116950 to your computer and use it in GitHub Desktop.
applescript to show itunes current track with growltunes
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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