Skip to content

Instantly share code, notes, and snippets.

Avatar

Christian Ochoa deadchri5

View GitHub Profile
@deadchri5
deadchri5 / sp
Created September 11, 2021 22:14 — 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.
View sp
#!/usr/bin/env 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.
#