From 076ec67f88d4d07134a420a6261622a3886155e3 Mon Sep 17 00:00:00 2001 From: Mark Gross <10702518+MarkusG@users.noreply.github.com> Date: Wed, 28 Oct 2020 10:29:18 -0700 Subject: [PATCH] slop: add page (#4741) --- pages/linux/slop.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 pages/linux/slop.md diff --git a/pages/linux/slop.md b/pages/linux/slop.md new file mode 100644 index 0000000000..d43f99c4ef --- /dev/null +++ b/pages/linux/slop.md @@ -0,0 +1,24 @@ +# slop + +> Get a selection of the screen. +> More information: . + +- Wait for the user to make a selection and output its geometry to standard output: + +`slop` + +- Double click, rather than click and drag, to draw a selection: + +`slop -D` + +- Highlight the selection rather than outlining it: + +`slop -l` + +- Specify the output format: + +`slop -f {{format_string}}` + +- Specify the selection rectangle's color: + +`slop -c {{red}},{{green}},{{blue}},{{alpha}}`