mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-05 12:45:59 +02:00
slop: add page (#4741)
This commit is contained in:
parent
23f63a76b0
commit
076ec67f88
1 changed files with 24 additions and 0 deletions
24
pages/linux/slop.md
Normal file
24
pages/linux/slop.md
Normal file
|
@ -0,0 +1,24 @@
|
|||
# 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 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}}`
|
Loading…
Add table
Reference in a new issue