mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-24 04:15:23 +02:00
gnome-screenshot: add page (#7916)
This commit is contained in:
parent
fb62af84fc
commit
da24d7dbe0
1 changed files with 36 additions and 0 deletions
36
pages/linux/gnome-screenshot.md
Normal file
36
pages/linux/gnome-screenshot.md
Normal file
|
@ -0,0 +1,36 @@
|
|||
# gnome-screenshot
|
||||
|
||||
> Capture the screen, a window, or a user-defined area and save the image to a file.
|
||||
> More information: <https://apps.gnome.org/app/org.gnome.Screenshot>.
|
||||
|
||||
- Take a screenshot and save it to the default location, normally `~/Pictures`:
|
||||
|
||||
`gnome-screenshot`
|
||||
|
||||
- Take a screenshot and save it to the named file location:
|
||||
|
||||
`gnome-screenshot --file {{path/to/file}}`
|
||||
|
||||
- Take a screenshot and save it to the clipboard:
|
||||
|
||||
`gnome-screenshot --clipboard`
|
||||
|
||||
- Take a screenshot after the specified number of seconds:
|
||||
|
||||
`gnome-screenshot --delay {{5}}`
|
||||
|
||||
- Launch the GNOME Screenshot GUI:
|
||||
|
||||
`gnome-screenshot --interactive`
|
||||
|
||||
- Take a screenshot of the current window and save it to the specified file location:
|
||||
|
||||
`gnome-screenshot --window --file {{path/to/file}}`
|
||||
|
||||
- Take a screenshot after the specified number of seconds and save it to the clipboard:
|
||||
|
||||
`gnome-screenshot --delay {{10}} --clipboard`
|
||||
|
||||
- Display the version:
|
||||
|
||||
`gnome-screenshot --version`
|
Loading…
Add table
Reference in a new issue