1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2024-10-28 21:17:57 +01:00
tldr/pages/linux/slop.md
Lena d427f333b2
pages/*: add backticks around I/O streams (#10436)
* as suggested in #10428
* standard input  => `stdin`
* standard output => `stdout`
* standard error  => `stderr`

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-08-09 10:59:02 +05:30

476 B

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:

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