Skip to content

Instantly share code, notes, and snippets.

View parlanmurray's full-sized avatar

Parlan Murray parlanmurray

  • Malden, MA
View GitHub Profile
@parlanmurray
parlanmurray / sp
Last active May 13, 2018 17:28 — 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.
#!/usr/bin/env bash
#
# Credit to wandernauta.
# https://gist.github.com/wandernauta/6800547
#
# 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.
#