Skip to content

Commit 1ccbc69

Browse files
authored
ncspot: add page (#17209)
1 parent 82bf5f1 commit 1ccbc69

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

pages/common/ncspot.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# ncspot
2+
3+
> Cross-platform TUI Spotify client.
4+
> More information: <https://github.com/hrkfdn/ncspot/blob/main/doc/users.md>.
5+
6+
- Start `ncspot`:
7+
8+
`ncspot`
9+
10+
- Enable logging to the specified file:
11+
12+
`ncspot {{[-d|--debug]}} {{path/to/file}}`
13+
14+
- Display paths to the configuration and cache:
15+
16+
`ncspot info`
17+
18+
- Use a different configuration file (in the directory reported by `ncspot info`; default: `config.toml`):
19+
20+
`ncspot {{[-c|--config]}} {{file_name}}`
21+
22+
- Display a list of keybindings:
23+
24+
`<?>`

0 commit comments

Comments
 (0)