ZIP
WinGet
ncspot
Henrik Friedrichsen · 0.13.4 · x64
Before deploying, verify this file with VirusTotal ↗
Silent Commands
Distributed as a ZIP archive — extract the contents and run the executable directly. No installer is included.
File Identity
Filename
ncspot-v0.13.4-windows-x86_64.zip
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
hrkfdn.ncspot
Version
0.13.4
Description
ncspot is an ncurses Spotify client written in Rust using librespot. It is heavily inspired by ncurses MPD clients, such as ncmpc.
License
BSD 2-Clause License
↗
Homepage
https://github.com/hrkfdn/ncspot
Installer URL
https://github.com/hrkfdn/ncspot/releases/download/v0.13.4/ncspot-v0.13.4-windows-x86_64.zip
Release Notes
Features
- Add save current command by @hrdl-github in #1220
- Add add command for adding song to playlist by @FlynnD273 in #1232
Maintenance
- Improve release build options by @ThomasFrans in #1199
- Fix: Forward mouse events inside layout by @ThomasFrans in #1201
- Refactor: remove unused screenchange variable by @ThomasFrans in #1205
- Update documentation: recommend Ueberzug++ by @cyqsimon in #1235
- Sort Artists Ignoring "The" by @bentheklutz in #1238
- Fix: Gracefully handle local files by…