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}}`