tldr/pages/linux/flameshot.md

34 lines
776 B
Markdown
Raw Normal View History

# flameshot
2020-09-12 21:07:48 +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.
> More information: <https://flameshot.org>.
2020-09-12 21:07:48 +01:00
- Launch flameshot with a simpler interactive mode:
2020-09-12 21:07:48 +01:00
`flameshot launcher`
- Launch flameshot and immediately start interactively annotating parts of the screen to screenshot:
2020-09-12 21:07:48 +01:00
`flameshot gui`
- Take a full screenshot (all monitors):
2020-09-12 21:07:48 +01:00
`flameshot full`
- 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`
- Take a screenshot and export it to standard-output:
`flameshot gui --raw`