Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 756 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 756 Bytes

spotify-control ZSH

Zsh function to control Spotify Linux via DBus. Includes a plugin file to use with oh-my-zsh. It also creates an alias spofy, because laziness. For the same reason the interface changed a little (see below). Also it is spaced alias so histignorespace is used.

Usage

_spotify-control <command>

  • play, pause (s)
  • next (n)
  • prev (p)
  • getTitle
  • getArtist
  • getAlbum
  • status (Playing/Paused/etc, Artist - Title) [default (no command given)]

References

Forked from: nriitala/spotify-control Originally forked from: mgarratt/spotify-control