mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-21 21:51:09 +00:00
Update cheatsheets
This commit is contained in:
@@ -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]}}`
|
||||
|
||||
Reference in New Issue
Block a user