1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 01:24:55 +02:00
tldr/pages/linux/scrot.md
Lucas Gabriel Schneider a5fe31bc47
multiple pages: format technical tokens (#5119)
Co-authored-by: bl-ue <54780737+bl-ue@users.noreply.github.com>
Co-authored-by: Starbeamrainbowlabs <sbrl@starbeamrainbowlabs.com>
2021-01-31 12:05:18 -05:00

23 lines
455 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`
- Display a countdown of 10 seconds before taking a screenshot:
`scrot --count --delay {{10}}`