2020-10-28 17:29:18 +00:00
|
|
|
# slop
|
|
|
|
|
|
|
|
> Get a selection of the screen.
|
|
|
|
> More information: <https://github.com/naelstrof/slop>.
|
|
|
|
|
2023-08-09 06:29:02 +01:00
|
|
|
- Wait for the user to make a selection and output its geometry to `stdout`:
|
2020-10-28 17:29:18 +00:00
|
|
|
|
|
|
|
`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}}`
|