mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-26 12:52:59 +00:00
Update cheatsheets
This commit is contained in:
@@ -18,4 +18,4 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- View error rate:
|
||||
|
||||
`ifstat {-e|--errors}}`
|
||||
`ifstat {{-e|--errors}}`
|
||||
|
||||
@@ -26,7 +26,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Use a specific network [i]nterface:
|
||||
|
||||
`qrcp {{send|receive}} --interface interface`
|
||||
`qrcp {{send|receive}} --interface {{interface}}`
|
||||
|
||||
- Keep the server alive:
|
||||
|
||||
|
||||
@@ -10,7 +10,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Capture a video for a specific amount of seconds:
|
||||
|
||||
`rpicam-raw -t {{2000}}} -o {{path/to/file.raw}}`
|
||||
`rpicam-raw -t {{2000}} -o {{path/to/file.raw}}`
|
||||
|
||||
- Change video dimensions and framerate:
|
||||
|
||||
|
||||
@@ -11,11 +11,11 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Open termusic to a specific directory. (It can be set permanently in `~/.config/termusic/config.toml`):
|
||||
|
||||
`termusic {path/to/directory}`
|
||||
`termusic {{path/to/directory}}`
|
||||
|
||||
- Disable showing the album cover for a specific file:
|
||||
|
||||
`termusic -c {path/to/music_file}`
|
||||
`termusic -c {{path/to/music_file}}`
|
||||
|
||||
- Display help:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user