mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-05 14:46:00 +02:00
spotify: add page (#3513)
This commit is contained in:
parent
be012a2dd7
commit
9b2700f32c
1 changed files with 28 additions and 0 deletions
28
pages/osx/spotify.md
Normal file
28
pages/osx/spotify.md
Normal file
|
@ -0,0 +1,28 @@
|
|||
# spotify
|
||||
|
||||
> A command-line interface to Spotify.
|
||||
> More information: <https://github.com/hnarayanan/shpotify>.
|
||||
|
||||
- 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`
|
Loading…
Add table
Reference in a new issue