1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/linux/flameshot.md
Matthew Peveler 984219b457 flameshot: remove trailing space in title line
Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>
2021-01-02 18:47:11 -03:00

25 lines
556 B
Markdown

# flameshot
> Screenshot utility with a gui interface.
> Supports basic image editing, such as text, shapes, colors, and imgur.
> More information: <https://flameshot.js.org>.
- Launch flameshot in gui mode:
`flameshot launcher`
- Take a screenshot by clicking and dragging:
`flameshot gui`
- Take a full screen screenshot:
`flameshot full`
- 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`