A screenshot of an AppleScript editor window titled "Pull Today's Completed Action Items from Things and Create a Day One Entry." The script is designed to retrieve completed tasks from the Things3 app and create a Day One journal entry. The script contains code to set the current date, format it in ISO 8601 format, initialize a list of completed tasks, and fetch tasks from the "Logbook" list. Syntax highlighting shows text in different colors: green for comments, blue for commands, and purple for logic conditions.

Balancing life’s necessary chores with meaningful progress toward our goals can be challenging, especially when greeted by an overflowing task list each morning.

To tackle this, I’ve been exploring ways to not just manage my tasks in Things but also to ensure I’m making real headway on projects that matter. In this post, I’ll show you how an AppleScript is helping me do just that.

Read more