mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-02 00:33:40 +02:00
ncspot: add page (#17209)
This commit is contained in:
parent
82bf5f191d
commit
1ccbc698cc
1 changed files with 24 additions and 0 deletions
24
pages/common/ncspot.md
Normal file
24
pages/common/ncspot.md
Normal file
|
@ -0,0 +1,24 @@
|
||||||
|
# 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:
|
||||||
|
|
||||||
|
`<?>`
|
Loading…
Add table
Reference in a new issue