1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-03 12:35:22 +02:00
tldr/pages.ko/linux/maim.md

21 lines
638 B
Markdown
Raw Normal View History

# maim
> 스크린샷 유틸리티.
> 더 많은 정보: <https://manned.org/maim>.
- 스크린샷을 캡처하여 지정된 경로에 저장:
`maim {{경로/대상/스크린샷.png}}`
- 선택한 영역의 스크린샷 캡처:
`maim {{[-s|--select]}} {{경로/대상/스크린샷.png}}`
- 선택한 영역의 스크린샷을 캡처하여 클립보드에 저장 (`xclip` 필요):
`maim {{[-s|--select]}} | xclip {{[-se|-selection]}} {{[c|clipboard]}} {{[-t|-target]}} image/png`
- 현재 활성 창의 스크린샷 캡처 (`xdotool` 필요):
`maim {{[-i|--window]}} $(xdotool getactivewindow) {{경로/대상/스크린샷.png}}`