Skip to content

Instantly share code, notes, and snippets.

View hepcat72's full-sized avatar

Robert Leach hepcat72

View GitHub Profile
@craigeley
craigeley / log-completed-reminders-to-day-one.applescript
Last active May 2, 2023 17:13
An applescript that looks for Reminders completed today and then pushes them to an entry in the Day One journal app.
--Log Completed Reminders to Day One
--by Craig Eley (@craigeley), based on scripts by Samantha Hilton and Nick Morris
--This script looks for Reminders that were completed today, then automatically sends them to a single Day One entry using the Day One [CLI Tool](http://dayoneapp.com/tools/).
--Schedule it to run at 11:55 every night using Lingon or launchd and forget about it
tell application "Reminders"
set output to ""
set output to output & "# Things done on " & date string of (current date) & linefeed