1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-03 15:55:26 +02:00
tldr/pages/linux/slop.md

25 lines
538 B
Markdown
Raw Normal View History

2020-10-28 10:29:18 -07:00
# slop
> Get a selection of the screen.
> More information: <https://github.com/naelstrof/slop>.
- Wait for the user to make a selection and output its geometry to `stdout`:
2020-10-28 10:29:18 -07:00
`slop`
- Double click, rather than click and drag, to draw a selection:
`slop {{[-D|--nodrag]}}`
2020-10-28 10:29:18 -07:00
- Highlight the selection rather than outlining it:
`slop {{[-l|--highlight]}}`
2020-10-28 10:29:18 -07:00
- Specify the output format:
`slop {{[-f|--format]}} {{format_string}}`
2020-10-28 10:29:18 -07:00
- Specify the selection rectangle's color:
`slop {{[-c|--color]}} {{red}},{{green}},{{blue}},{{alpha}}`