mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-15 14:00:02 +00:00
Update cheatsheets
This commit is contained in:
@@ -14,27 +14,27 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Take a screenshot and save it to the named file location:
|
||||
|
||||
`gnome-screenshot --file {{path/to/file}}`
|
||||
`gnome-screenshot {{[-f|--file]}} {{path/to/file}}`
|
||||
|
||||
- Take a screenshot and save it to the clipboard:
|
||||
|
||||
`gnome-screenshot --clipboard`
|
||||
`gnome-screenshot {{[-c|--clipboard]}}`
|
||||
|
||||
- Take a screenshot after the specified number of seconds:
|
||||
|
||||
`gnome-screenshot --delay {{5}}`
|
||||
`gnome-screenshot {{[-d|--delay]}} {{5}}`
|
||||
|
||||
- Launch the GNOME Screenshot GUI:
|
||||
|
||||
`gnome-screenshot --interactive`
|
||||
`gnome-screenshot {{[-i|--interactive]}}`
|
||||
|
||||
- Take a screenshot of the current window and save it to the specified file location:
|
||||
|
||||
`gnome-screenshot --window --file {{path/to/file}}`
|
||||
`gnome-screenshot {{[-w|--window]}} {{[-f|--file]}} {{path/to/file}}`
|
||||
|
||||
- Take a screenshot after the specified number of seconds and save it to the clipboard:
|
||||
|
||||
`gnome-screenshot --delay {{10}} --clipboard`
|
||||
`gnome-screenshot {{[-d|--delay]}} {{10}} {{[-c|--clipboard]}}`
|
||||
|
||||
- Display the version:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user