Thomas Frans 0c93cafccf refactor: remove unused screenchange variable
The `screenchange` member variable on `Layout` didn't seem to be used
for anything except for debugging. A comment in `on_layout` makes it
seem like it wasn't meant to be used for debugging purposes but for
actual functionality that wasn't implemented.
2023-06-18 17:04:43 +02:00
2023-03-06 21:55:19 +01:00
2023-03-09 19:49:41 +01:00
2023-06-07 21:06:55 +02:00
2023-03-20 23:00:19 +01:00
2023-05-04 23:43:06 +02:00
2023-06-11 22:41:29 +02:00
2019-03-13 13:56:30 +01:00
2021-12-27 09:32:16 +01:00

ncspot logo

An ncurses Spotify client written in Rust using librespot

Crates.io Gitter

ncspot search tab

ncspot is an ncurses Spotify client written in Rust using librespot. It is heavily inspired by ncurses MPD clients, such as ncmpc. My motivation was to provide a simple and resource friendly alternative to the official client as well as to support platforms that currently don't have a Spotify client, such as the *BSDs.

ncspot only works with a Spotify premium account as it offers features that are not available for free accounts.

Features

  • Support for tracks, albums, playlists, genres, searching...
  • Small resource footprint
  • Support for a lot of platforms
  • Vim keybindings out of the box
  • IPC socket for remote control
  • Automatic authentication using a password manager

Installation

ncspot is available on macOS (Homebrew), Windows (Scoop), Linux (native package and Flathub) and the BSD's. Detailed installation instructions for each platform can be found here.

Configuration

A configuration file can be provided at $XDG_CONFIG_HOME/ncspot/config.toml. Detailed configuration information can be found here.

Building

Building ncspot requires a working Rust installation and a Python 3 installation. To compile ncspot, run cargo build. For detailed instructions on building ncspot, there is more information here.

Packaging

Information about provided files, how to generate some of them and current package status accross platforms can be found here.

Description
No description provided
Readme 3.9 MiB
Languages
Rust 100%