mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-22 13:51:21 +00:00
Update cheatsheets
This commit is contained in:
29
linux/slop
Normal file
29
linux/slop
Normal file
@@ -0,0 +1,29 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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}}`
|
||||
Reference in New Issue
Block a user