mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 00:24:56 +02:00
19 lines
358 B
Markdown
19 lines
358 B
Markdown
# scrot
|
|
|
|
> Screen capture utility.
|
|
|
|
- Capture a screenshot and save it to the current directory with the current date as the filename:
|
|
|
|
`scrot`
|
|
|
|
- Capture a screenshot and save it as "capture.png":
|
|
|
|
`scrot {{capture.png}}`
|
|
|
|
- Capture a screenshot interactively:
|
|
|
|
`scrot --select`
|
|
|
|
- Capture a screenshot from the currently focused window:
|
|
|
|
`scrot --focused`
|