flameshot: add examples and fix more info link (#6377)

This commit is contained in:
Mehrad Mahmoudian
2021-08-17 15:43:01 +03:00
committed by GitHub
parent a224afa186
commit 381b52163f
3 changed files with 14 additions and 6 deletions

View File

@@ -2,20 +2,24 @@
> Screenshot utility with a GUI.
> Supports basic image editing, such as text, shapes, colors, and imgur.
> More information: <https://flameshot.js.org>.
> More information: <https://flameshot.org>.
- Launch flameshot in GUI mode:
- Launch flameshot with a simpler interactive mode:
`flameshot launcher`
- Take a screenshot by clicking and dragging:
- Launch flameshot and immediately start interactively annotating parts of the screen to screenshot:
`flameshot gui`
- Take a full screen screenshot:
- Take a full screenshot (all monitors):
`flameshot full`
- Take a screenshot from monitor 1:
`flameshot screen --number {{1}}`
- Set the save path to write screenshots to:
`flameshot full --path {{path/to/directory}}`
@@ -23,3 +27,7 @@
- Delay the screenshot for N milliseconds and output to clipboard:
`flameshot full --delay {{2000}} --clipboard`
- Take a screenshot and export it to standard-output:
`flameshot gui --raw`