We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82bf5f1 commit 1ccbc69Copy full SHA for 1ccbc69
pages/common/ncspot.md
@@ -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