From 0dfb3ff75c495394244bad0954e5de5ab212de7c Mon Sep 17 00:00:00 2001 From: reneatzi Date: Mon, 4 Mar 2019 18:06:00 +0100 Subject: [PATCH] scrot: add page (#2733) --- pages/linux/scrot.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 pages/linux/scrot.md diff --git a/pages/linux/scrot.md b/pages/linux/scrot.md new file mode 100644 index 0000000000..0a34722ee9 --- /dev/null +++ b/pages/linux/scrot.md @@ -0,0 +1,19 @@ +# scrot + +> Screen capture utility. + +- Capture a screenshot and save it to the current directory with the current date as the filename: + +`scrot` + +- Capture a screenshot and save it as "capture.png": + +`scrot {{capture.png}}` + +- Capture a screenshot interactively: + +`scrot --select` + +- Capture a screenshot from the currently focused window: + +`scrot --focused`