2021-01-02 13:18:58 -05:00
|
|
|
# flameshot
|
2020-09-12 16:07:48 -04:00
|
|
|
|
2021-08-15 19:59:09 +02: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.
|
2021-08-17 15:43:01 +03:00
|
|
|
> 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:
|
2021-08-17 15:43:01 +03:00
|
|
|
|
2022-05-16 22:35:38 +10:00
|
|
|
`flameshot screen --number {{2}}`
|
2021-08-17 15:43:01 +03:00
|
|
|
|
2023-08-09 07:29:02 +02:00
|
|
|
- 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`
|
2021-08-17 15:43:01 +03:00
|
|
|
|
2022-08-01 20:55:21 -03:00
|
|
|
- Create a screenshot with a specific delay in milliseconds:
|
2021-08-17 15:43:01 +03:00
|
|
|
|
2022-08-01 20:55:21 -03:00
|
|
|
`flameshot full --delay {{5000}}`
|