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