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/maim.md

21 lines
594 B
Markdown
Raw Normal View History

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