9 ms·
Could use Automator with AppleScript: x@Mac-mini-M1 ~ % cat ClearClipboard.scpt on run tell application "System Events" to set the clipboard to "" en
by nigwil_ 5y ago
Could use Automator with AppleScript:
x@Mac-mini-M1 ~ % cat ClearClipboard.scpt
on run
tell application "System Events" to set the clipboard to ""
end run
x@Mac-mini-M1 ~ %