diff --git a/pages/osx/spotify.md b/pages/osx/spotify.md new file mode 100644 index 000000000..22dc26ecd --- /dev/null +++ b/pages/osx/spotify.md @@ -0,0 +1,28 @@ +# spotify + +> A command-line interface to Spotify. +> More information: . + +- Find a song by name and play it: + +`spotify play {{song_name}}` + +- Find a playlist by name and play it: + +`spotify play list {{playlist_name}}` + +- Pause (or resume) playback: + +`spotify pause` + +- Skip to the next song in a playlist: + +`spotify next` + +- Change volume: + +`spotify vol {{up|down|value}}` + +- Show the playback status and song details: + +`spotify status`