Files
tldr/pages.zh/linux/slop.md

24 lines
442 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# slop
> 获取屏幕的选择区域。
> 更多信息:<https://github.com/naelstrof/slop>。
- 等待用户进行选择,并将其几何信息输出到 `stdout`
`slop`
- 双击而不是点击并拖动来绘制选择区域:
`slop -D`
- 高亮选择区域而不是勾勒其轮廓:
`slop -l`
- 指定输出格式:
`slop -f {{format_string}}`
- 指定选择矩形的颜色:
`slop -c {{red}},{{green}},{{blue}},{{alpha}}`