2020-10-28 19:30:15 +02:00
|
|
|
# maim
|
|
|
|
|
|
|
|
> Screenshot utility.
|
2025-04-25 04:34:04 +03:00
|
|
|
> More information: <https://manned.org/maim>.
|
2020-10-28 19:30:15 +02:00
|
|
|
|
|
|
|
- Capture a screenshot and save it to the given path:
|
|
|
|
|
|
|
|
`maim {{path/to/screenshot.png}}`
|
|
|
|
|
|
|
|
- Capture a screenshot of the selected region:
|
|
|
|
|
2025-04-25 04:34:04 +03:00
|
|
|
`maim {{[-s|--select]}} {{path/to/screenshot.png}}`
|
2020-10-28 19:30:15 +02:00
|
|
|
|
|
|
|
- Capture a screenshot of the selected region and save it in the clipboard (requires `xclip`):
|
|
|
|
|
2025-04-25 04:34:04 +03:00
|
|
|
`maim {{[-s|--select]}} | xclip {{[-se|-selection]}} {{[c|clipboard]}} {{[-t|-target]}} image/png`
|
2020-10-28 19:30:15 +02:00
|
|
|
|
|
|
|
- Capture a screenshot of the current active window (requires `xdotool`):
|
|
|
|
|
2025-04-25 04:34:04 +03:00
|
|
|
`maim {{[-i|--window]}} $(xdotool getactivewindow) {{path/to/screenshot.png}}`
|