TL;DR — Quick Summary

spotify-player is a Spotify TUI client for the terminal. Browse playlists, search tracks, control playback — all from your terminal with vim-like keybindings.

spotify-player brings Spotify to your terminal. Browse, search, play — full TUI client.

Installation

# macOS
brew install spotify_player

# Cargo (with streaming support)
cargo install spotify_player --features streaming

Usage

# Launch
spotify_player

# Keybindings:
# Space → play/pause
# n/p → next/previous track
# / → search
# g → go to (playlist, album, artist)
# q → quit
# + / - → volume up/down

Summary

  • spotify-player: full Spotify TUI client
  • Built-in playback via librespot
  • Playlist browsing, search, lyrics
  • Vim-like keybindings
  • Written in Rust — fast, lightweight