snip

Single-click area snipping app.

  • Get Xnip.
  • Do Automator -> New -> Application.
    on run {input, parameters}
        
        tell application "System Events"
            # press command+shift+x (Xnip default hotkey)
            key code 7 using {command down, shift down}
        end tell
        
        return input
    end run
  • Save with any name.
  • Set any icon by Command+C -> Command+V like so
  • For sharing create .dmg via Disk Utility like so.