1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages.ko/linux/slop.md
코드싸이 16f2c3ed79
shnsplit: fix typo, systemctl: update Korean translation, linux/s*: add Korean translation (#14715)
* linux/s*: add Korean translation

* systemctl: update Korean translation

* Update pages.ko/linux/sqfscat.md

Co-authored-by: Chooooo <contact@choo.ooo>

* Update pages.ko/linux/shar.md

Co-authored-by: Chooooo <contact@choo.ooo>

* Update pages.ko/linux/sqfstar.md

Co-authored-by: Chooooo <contact@choo.ooo>

* shnsplit: fix typo

* semanage: update Korean translation

---------

Co-authored-by: Chooooo <contact@choo.ooo>
2024-11-11 15:05:30 +09:00

24 lines
494 B
Markdown

# slop
> 화면의 선택 영역을 가져옵니다.
> 더 많은 정보: <https://github.com/naelstrof/slop>.
- 사용자가 선택할 때까지 기다린 후 그 기하정보를 `stdout`에 출력:
`slop`
- 드래그하여 선택하는 대신 더블 클릭하여 선택:
`slop -D`
- 선택 영역을 윤곽선 대신 강조:
`slop -l`
- 출력 형식 지정:
`slop -f {{형식_문자열}}`
- 선택 사각형의 색상 지정:
`slop -c {{빨강}},{{초록}},{{파랑}},{{알파}}`