2 examples for maim

{{ score }}
  # Take screenshot using mouse, and save it to home directory as png file
maim -s ~/screenshot.png
        
{{ score }}
  # take a screenshot using the mouse (-s) and save it as a png file called screenshot_timestamp
maim -s ~/screenshot_$(date +%F_%H%M%S).png