Update cheatsheets

This commit is contained in:
ivuorinen
2025-04-20 00:20:58 +00:00
parent 846fc1563d
commit a360d4dc45
153 changed files with 493 additions and 434 deletions

View File

@@ -11,12 +11,12 @@ source: https://github.com/tldr-pages/tldr.git
- Record storing to an MP4 file:
`wf-recorder --file={{output.mp4}}`
`wf-recorder {{[-f|--file]}} {{output.mp4}}`
- Record including audio, both with mic and system sounds:
`wf-recorder --audio --file={{/path/to/file_with_audio.webm}}`
`wf-recorder {{[-a|--audio]}} {{[-f|--file]}} {{/path/to/file_with_audio.webm}}`
- Select and record a portion of the screen using `slurp`, outputting to default `recording.mp4`:
`wf-recorder -g "$(slurp)"`
`wf-recorder {{[-g|--geometry]}} "$(slurp)"`