1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-15 06:14:58 +00:00
serenity/Base/usr/share/man/man1/shot.md
Tim Ledbetter a5b9fb28c2 Base: Remove trailing colons from man page headings
Most man pages don't have these, so removing them where they do exist
makes things more consistent.
2023-04-01 11:49:57 +01:00

23 lines
514 B
Markdown

## Name
shot
## Synopsis
```sh
$ shot [--clipboard] [--delay seconds] [--screen index] [--region] [--edit] [output]
```
## Options
* `-c`, `--clipboard`: Output to clipboard
* `-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
* `output`: Output filename
<!-- Auto-generated through ArgsParser -->