Skip to content

Instantly share code, notes, and snippets.

@sergdenisov
sergdenisov / deleteAppleCompletedReminders.md
Last active December 24, 2019 14:45
An automatically deleting of all completed Apple reminders on macOS every hour
  1. Copy the deleteCompletedReminders.scpt file to your directory (for example, xxx).
  2. In the deleteCompletedReminders.plist file change the PATH_TO_YOUR_SCRIPT constant to the path to your xxx directory.
  3. Copy the deleteCompletedReminders.plist file to the /Library/LaunchAgents/ directory.
  4. Restart your computer.
  5. The deleting script will be executed on every login (may ask for some permissions for the first time) and every 24 hours.