mirror of
https://github.com/RGBCube/serenity
synced 2025-05-15 06:14:58 +00:00

Most man pages don't have these, so removing them where they do exist makes things more consistent.
23 lines
514 B
Markdown
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 -->
|