Update cheatsheets

This commit is contained in:
ivuorinen
2025-11-14 00:20:50 +00:00
parent 366b13ffac
commit 2f0bb2e110
24 changed files with 260 additions and 33 deletions

View File

@@ -11,7 +11,7 @@ source: https://github.com/tldr-pages/tldr.git
- Play an audio source exactly `n` times (0 means forever):
`mpg321 {{[-l|--loop]}} {{n}} {{path/to/file_a|URL path/to/file_b|URL ...}}`
`mpg321 {{[-l|--loop]}} {{n}} {{path/to/file1|URL1 path/to/file2|URL2 ...}}`
- Play a directory recursively:
@@ -19,15 +19,15 @@ source: https://github.com/tldr-pages/tldr.git
- Enable Basic Keys ( `*` or `/` - Increase or decrease volume, `n` - Skip song, `m` - Mute/unmute.) while playing:
`mpg321 -K {{path/to/file_a|URL path/to/file_b|URL ...}}`
`mpg321 -K {{path/to/file1|URL1 path/to/file2|URL2 ...}}`
- Play files randomly until interrupted:
`mpg321 {{[-Z|--random]}} {{path/to/file_a|URL path/to/file_b|URL ...}}`
`mpg321 {{[-Z|--random]}} {{path/to/file1|URL1 path/to/file2|URL2 ...}}`
- Shuffle the files before playing them once:
`mpg321 {{[-z|--shuffle]}} {{path/to/file_a|URL path/to/file_b|URL ...}}`
`mpg321 {{[-z|--shuffle]}} {{path/to/file1|URL1 path/to/file2|URL2 ...}}`
- Play all files in the current directory and subdirectories, randomly (until interrupted), with Basic Keys enabled: