HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

ncspot — Cross-platform TUI Spotify client. More information: <https://github.com/hrkfdn/ncspot/blob/main/doc

Submitted by: @import:tldr-pages··
0
Viewed 0 times
commandclientclispotifycrossplatformtuincspot

Problem

How to use the ncspot command: Cross-platform TUI Spotify client. More information: <https://github.com/hrkfdn/ncspot/blob/main/doc/users.md>.

Solution

ncspot — Cross-platform TUI Spotify client. More information: <https://github.com/hrkfdn/ncspot/blob/main/doc/users.md>.

Start ncspot:
ncspot


Enable logging to the specified file:
ncspot {{[-d|--debug]}} {{path/to/file}}


Display paths to the configuration and cache:
ncspot info


Use a different configuration file (in the directory reported by ncspot info; default: config.toml):
ncspot {{[-c|--config]}} {{file_name}}


Display a list of keybindings:
<?>

Code Snippets

Start `ncspot`

ncspot

Enable logging to the specified file

ncspot {{[-d|--debug]}} {{path/to/file}}

Display paths to the configuration and cache

ncspot info

Use a different configuration file (in the directory reported by `ncspot info`; default: `config.toml`)

ncspot {{[-c|--config]}} {{file_name}}

Display a list of keybindings

<?>

Context

tldr-pages: common/ncspot

Revisions (0)

No revisions yet.