From b5a3c99e17fb4ac281f0b15b8757e2ea2a6bba5b Mon Sep 17 00:00:00 2001 From: Julien Tremblay McLellan - Library & Information Science Date: Sat, 12 Sep 2020 16:07:48 -0400 Subject: [PATCH] flameshot: added page (#4324) --- pages/linux/flameshot.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 pages/linux/flameshot.md 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`