Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am Sirrah on github.
  • I am sirrah (https://keybase.io/sirrah) on keybase.
  • I have a public key whose fingerprint is 4A13 0871 EA04 A1C2 F6DB 12D3 9D92 876C 74E3 DAFE

To claim this, I am signing this object:

@Sirrah
Sirrah / sp
Created January 22, 2016 15:49 — forked from wandernauta/sp
sp is a command-line client for Spotify's dbus interface. Play, pause, skip and search tracks from the comfort of your command line.
#!/bin/bash
#
# This is sp, the command-line Spotify controller. It talks to a running
# instance of the Spotify Linux client over dbus, providing an interface not
# unlike mpc.
#
# Put differently, it allows you to control Spotify without leaving the comfort
# of your command line, and without a custom client or Premium subscription.
#