This document is a WORK IN PROGRESS.
This is just a quick personal cheat sheet: treat its contents with caution!
flameshot¶
flameshot is a simple screenshot software.
Reference(s)
Table of contents¶
Install¶
Config¶
-
Open the graphical configuration menu:
-
You can also edit some of the settings (like overriding the default colors) in the configuration file:
${XDG_CONFIG_HOME:-${HOME/.config}}/flameshot/flameshot.ini
.
Use¶
-
Print help:
-
Capture with GUI:
-
Capture with GUI with custom save path:
-
Capture with GUI after 2 seconds delay (can be useful to take screenshots of mouse hover tooltips, etc.):
-
Fullscreen capture with custom save path (no GUI) and delayed:
-
Fullscreen capture with custom save path copying to clipboard:
-
Capture the screen containing the mouse and print the image (bytes) in PNG format:
-
Capture the screen number 1 and copy it to the clipboard:
If this cheat sheet has been useful to you, then please consider leaving a star here.