maim
Screenshot utility. More information: <https://github.com/naelstrof/maim>.
Install
- All systems
-
curl cmd.cat/maim.sh
- Debian
-
apt-get install maim
- Ubuntu
-
apt-get install maim
- Arch Linux
-
pacman -S maim
- Kali Linux
-
apt-get install maim
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install maim
- Raspbian
-
apt-get install maim
- Dockerfile
- dockerfile.run/maim
Screenshot utility. More information: <https://github.com/naelstrof/maim>.
-
Capture a screenshot and save it to the given path:
maim path/to/screenshot.png
-
Capture a screenshot of the selected region:
maim --select path/to/screenshot.png
-
Capture a screenshot of the selected region and save it in the clipboard (requires `xclip`):
maim --select | xclip -selection clipboard -target image/png
-
Capture a screenshot of the current active window (requires `xdotool`):
maim --window $(xdotool getactivewindow) path/to/screenshot.png
© tl;dr; authors and contributors