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

38 lines
788 B
Markdown
Raw Normal View History

# flameshot
2020-09-12 16:07:48 -04:00
> Screenshot utility with a GUI.
2020-09-12 16:07:48 -04:00
> Supports basic image editing, such as text, shapes, colors, and imgur.
> More information: <https://flameshot.org>.
2020-09-12 16:07:48 -04:00
2022-05-16 22:35:38 +10:00
- Create a fullscreen screenshot:
2020-09-12 16:07:48 -04:00
2022-05-16 22:35:38 +10:00
`flameshot full`
2020-09-12 16:07:48 -04:00
2022-05-16 22:35:38 +10:00
- Create a screenshot interactively:
2020-09-12 16:07:48 -04:00
`flameshot gui`
2022-05-16 22:35:38 +10:00
- Create a screenshot and save it to a specific path:
2020-09-12 16:07:48 -04:00
2022-05-16 22:35:38 +10:00
`flameshot gui --path {{path/to/directory}}`
- Create a screenshot interactively in a simplified mode:
2020-09-12 16:07:48 -04:00
2022-05-16 22:35:38 +10:00
`flameshot launcher`
- Create a screenshot from a specific monitor:
2022-05-16 22:35:38 +10:00
`flameshot screen --number {{2}}`
- Create a screenshot and print it to `stdout`:
2020-09-12 16:07:48 -04:00
2022-05-16 22:35:38 +10:00
`flameshot gui --raw`
2020-09-12 16:07:48 -04:00
2022-05-16 22:35:38 +10:00
- Create a screenshot and copy it to the clipboard:
2020-09-12 16:07:48 -04:00
2022-05-16 22:35:38 +10:00
`flameshot gui --clipboard`
- Create a screenshot with a specific delay in milliseconds:
`flameshot full --delay {{5000}}`