Skip to content

Instantly share code, notes, and snippets.

@schwiet
Last active June 29, 2016 23:59
Show Gist options
  • Save schwiet/ab1c7fd93998151ce26f3bc4940e3dcb to your computer and use it in GitHub Desktop.
Save schwiet/ab1c7fd93998151ce26f3bc4940e3dcb to your computer and use it in GitHub Desktop.
Toggle Spotify Play State with AppleScript
tell application "Spotify"
playpause
end tell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment