diff --git a/pages/linux/flameshot.md b/pages/linux/flameshot.md new file mode 100644 index 0000000000..b1c299ac60 --- /dev/null +++ b/pages/linux/flameshot.md @@ -0,0 +1,25 @@ +# flameshot + +> Screenshot utility with a gui interface. +> Supports basic image editing, such as text, shapes, colors, and imgur. +> More information: . + +- 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`