mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-24 08:35:32 +02:00
scrot: add page (#2733)
This commit is contained in:
parent
4f29c32f00
commit
0dfb3ff75c
1 changed files with 19 additions and 0 deletions
19
pages/linux/scrot.md
Normal file
19
pages/linux/scrot.md
Normal file
|
@ -0,0 +1,19 @@
|
|||
# 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`
|
Loading…
Add table
Reference in a new issue