mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 22:07:35 +00:00
shot: Add ability to edit in PixelPaint
This commit is contained in:
parent
0cfcac7900
commit
f894e8be62
2 changed files with 10 additions and 1 deletions
|
@ -5,7 +5,7 @@ shot
|
|||
## Synopsis
|
||||
|
||||
```sh
|
||||
$ shot [--clipboard] [--delay seconds] [--screen index] [--region] [output]
|
||||
$ shot [--clipboard] [--delay seconds] [--screen index] [--region] [--edit] [output]
|
||||
```
|
||||
|
||||
## Options:
|
||||
|
@ -14,6 +14,7 @@ $ shot [--clipboard] [--delay seconds] [--screen index] [--region] [output]
|
|||
* `-d seconds`, `--delay seconds`: Seconds to wait before taking a screenshot
|
||||
* `-s index`, `--screen index`: The index of the screen (default: -1 for all screens)
|
||||
* `-r`, `--region`: Select a region to capture
|
||||
* `-e`, `--edit`: Open in PixelPaint
|
||||
|
||||
## Arguments:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue