1
Fork 0
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:
Jeremy Borgman 2022-10-07 14:56:37 -05:00 committed by Andrew Kaster
parent 0cfcac7900
commit f894e8be62
2 changed files with 10 additions and 1 deletions

View file

@ -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: