mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-12 09:58:55 +00:00
Update cheatsheets
This commit is contained in:
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user