mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-18 04:00:54 +00:00
Update cheatsheets
This commit is contained in:
@@ -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)"`
|
||||
|
||||
Reference in New Issue
Block a user