2021-01-02 18:18:58 +00:00
|
|
|
# flameshot
|
2020-09-12 21:07:48 +01:00
|
|
|
|
2021-08-15 18:59:09 +01:00
|
|
|
> Screenshot utility with a GUI.
|
2020-09-12 21:07:48 +01:00
|
|
|
> Supports basic image editing, such as text, shapes, colors, and imgur.
|
2021-08-17 13:43:01 +01:00
|
|
|
> More information: <https://flameshot.org>.
|
2020-09-12 21:07:48 +01:00
|
|
|
|
2021-08-17 13:43:01 +01:00
|
|
|
- Launch flameshot with a simpler interactive mode:
|
2020-09-12 21:07:48 +01:00
|
|
|
|
|
|
|
`flameshot launcher`
|
|
|
|
|
2021-08-17 13:43:01 +01:00
|
|
|
- Launch flameshot and immediately start interactively annotating parts of the screen to screenshot:
|
2020-09-12 21:07:48 +01:00
|
|
|
|
|
|
|
`flameshot gui`
|
|
|
|
|
2021-08-17 13:43:01 +01:00
|
|
|
- Take a full screenshot (all monitors):
|
2020-09-12 21:07:48 +01:00
|
|
|
|
|
|
|
`flameshot full`
|
|
|
|
|
2021-08-17 13:43:01 +01:00
|
|
|
- Take a screenshot from monitor 1:
|
|
|
|
|
|
|
|
`flameshot screen --number {{1}}`
|
|
|
|
|
2020-09-12 21:07:48 +01:00
|
|
|
- Set the save path to write screenshots to:
|
|
|
|
|
|
|
|
`flameshot full --path {{path/to/directory}}`
|
|
|
|
|
|
|
|
- Delay the screenshot for N milliseconds and output to clipboard:
|
|
|
|
|
|
|
|
`flameshot full --delay {{2000}} --clipboard`
|
2021-08-17 13:43:01 +01:00
|
|
|
|
|
|
|
- Take a screenshot and export it to standard-output:
|
|
|
|
|
|
|
|
`flameshot gui --raw`
|