Base: Add manpage for Screenshot
This commit is contained in:
parent
4a795bef48
commit
d5aab4204a
Notes:
sideshowbarker
2024-07-17 06:40:21 +09:00
Author: https://github.com/cubiclove Commit: https://github.com/SerenityOS/serenity/commit/d5aab4204a Pull-request: https://github.com/SerenityOS/serenity/pull/24004 Reviewed-by: https://github.com/ADKaster ✅
1 changed files with 28 additions and 0 deletions
28
Base/usr/share/man/man1/Applications/Screenshot.md
Normal file
28
Base/usr/share/man/man1/Applications/Screenshot.md
Normal file
|
@ -0,0 +1,28 @@
|
|||
## Name
|
||||
|
||||
 Screenshot
|
||||
|
||||
[Open](file:///bin/Screenshot)
|
||||
|
||||
## Synopsis
|
||||
|
||||
```**sh
|
||||
$ Screenshot
|
||||
```
|
||||
|
||||
## Description
|
||||
|
||||
`Screenshot` is an application for taking screenshots.
|
||||
|
||||
Its interface remains invisible in screenshots, ensuring a clean capture.
|
||||
|
||||
## Options
|
||||
|
||||
* **Whole desktop** - Capture the entire user interface, including the cursor if it's visible on the desktop.
|
||||
* **Selected area** - Click and drag to select a specific area. Release the mouse button to take a screenshot. The cursor will not be included.
|
||||
* **Edit in Pixel Paint** - Open the screenshot as a new image in [Pixel Paint](help://man/1/Applications/PixelPaint) for quick annotations.
|
||||
* **Select Folder** - Customize the destination folder for saving screenshots. By default, they are saved in the *Pictures* folder.
|
||||
|
||||
## See Also
|
||||
|
||||
* [`shot`(1)](help://man/1/shot) Command line screenshot tool with more options
|
Loading…
Add table
Reference in a new issue