Created
April 27, 2015 18:47
-
-
Save poritsky/8d8aec063216ed16b9b5 to your computer and use it in GitHub Desktop.
Delete Completed Reminders in Reminders.app
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
tell application "Reminders" | |
delete (every reminder whose completed is true) | |
end tell |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Useful ...
FWIW, a code golf equivalent:
and a Yosemite JXA JavaScript equivalent: