ncspot
terminal Spotify client
TLDR
Start ncspot
$ ncspot
Search for music$ ncspot -s "[search query]"
Play specific URI$ ncspot play [spotify:track:...]
SYNOPSIS
ncspot [options]
DESCRIPTION
ncspot is a terminal Spotify client. It plays music through the Spotify API.The tool provides ncurses interface. Lightweight alternative to official client.
PARAMETERS
-s QUERY
Search for music.play URI
Play Spotify URI.--help
Display help information.
INSTALL
sudo pacman -S ncspot
sudo apk add ncspot
sudo zypper install ncspot
brew install ncspot
nix profile install nixpkgs#ncspot
CAVEATS
Requires Spotify Premium. Rust-based. Configuration in ~/.config/ncspot.
HISTORY
ncspot was created as a lightweight terminal Spotify client written in Rust using librespot.
SEE ALSO
spotify_player(1), cmus(1), mpd(1)