mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-05 13:44:22 +00:00
30 lines
588 B
Plaintext
30 lines
588 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# 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:
|
|
|
|
`<?>`
|