Forrest logo
back to context overview

maim

List of commands for maim:

  • maim:tldr:0fc92 maim: Capture a screenshot of the selected region and save it in the clipboard (requires `xclip`).
    $ maim --select | xclip -selection clipboard -target image/png
    try on your machine
    explain this command
  • maim:tldr:152a7 maim: Capture a screenshot of the selected region.
    $ maim --select ${path-to-screenshot-png}
    try on your machine
    explain this command
  • maim:tldr:2ede6 maim: Capture a screenshot of the current active window (requires `xdotool`).
    $ maim --window $(xdotool getactivewindow) ${path-to-screenshot-png}
    try on your machine
    explain this command
  • maim:tldr:999c8 maim: Capture a screenshot and save it to the given path.
    $ maim ${path-to-screenshot-png}
    try on your machine
    explain this command
back to context overview