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
|
|
|
|
2022-05-16 13:35:38 +01:00
|
|
|
- Create a fullscreen screenshot:
|
2020-09-12 21:07:48 +01:00
|
|
|
|
2022-05-16 13:35:38 +01:00
|
|
|
`flameshot full`
|
2020-09-12 21:07:48 +01:00
|
|
|
|
2022-05-16 13:35:38 +01:00
|
|
|
- Create a screenshot interactively:
|
2020-09-12 21:07:48 +01:00
|
|
|
|
|
|
|
`flameshot gui`
|
|
|
|
|
2022-05-16 13:35:38 +01:00
|
|
|
- Create a screenshot and save it to a specific path:
|
2020-09-12 21:07:48 +01:00
|
|
|
|
2022-05-16 13:35:38 +01:00
|
|
|
`flameshot gui --path {{path/to/directory}}`
|
|
|
|
|
|
|
|
- Create a screenshot interactively in a simplified mode:
|
2020-09-12 21:07:48 +01:00
|
|
|
|
2022-05-16 13:35:38 +01:00
|
|
|
`flameshot launcher`
|
|
|
|
|
|
|
|
- Create a screenshot from a specific monitor:
|
2021-08-17 13:43:01 +01:00
|
|
|
|
2022-05-16 13:35:38 +01:00
|
|
|
`flameshot screen --number {{2}}`
|
2021-08-17 13:43:01 +01:00
|
|
|
|
2022-05-16 13:35:38 +01:00
|
|
|
- Create a screenshot and print it to the standard output:
|
2020-09-12 21:07:48 +01:00
|
|
|
|
2022-05-16 13:35:38 +01:00
|
|
|
`flameshot gui --raw`
|
2020-09-12 21:07:48 +01:00
|
|
|
|
2022-05-16 13:35:38 +01:00
|
|
|
- Create a screenshot and copy it to the clipboard:
|
2020-09-12 21:07:48 +01:00
|
|
|
|
2022-05-16 13:35:38 +01:00
|
|
|
`flameshot gui --clipboard`
|
2021-08-17 13:43:01 +01:00
|
|
|
|
2022-08-02 00:55:21 +01:00
|
|
|
- Create a screenshot with a specific delay in milliseconds:
|
2021-08-17 13:43:01 +01:00
|
|
|
|
2022-08-02 00:55:21 +01:00
|
|
|
`flameshot full --delay {{5000}}`
|