Update cheatsheets

This commit is contained in:
ivuorinen
2025-04-28 00:20:19 +00:00
parent 5bf37ece1a
commit 2c0f4bfdb2
88 changed files with 330 additions and 253 deletions

View File

@@ -18,19 +18,19 @@ source: https://github.com/tldr-pages/tldr.git
- Start the MOC server in the background, without launching the MOC terminal UI:
`mocp --server`
`mocp {{[-S|--server]}}`
- Add a specific song to the play queue while MOC is in the background:
`mocp --enqueue {{path/to/audio_file}}`
`mocp {{[-q|--enqueue]}} {{path/to/audio_file}}`
- Add songs recursively to the play queue while MOC is in the background:
`mocp --append {{path/to/directory}}`
`mocp {{[-a|--append]}} {{path/to/directory}}`
- Clear the play queue while MOC is in the background:
`mocp --clear`
`mocp {{[-c|--clear]}}`
- Play or stop the currently queued song while MOC is in the background:
@@ -38,4 +38,4 @@ source: https://github.com/tldr-pages/tldr.git
- Stop the MOC server while it's in the background:
`mocp --exit`
`mocp {{[-x|--exit]}}`