Tag Archive for: productivity

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
An inviting pathway meanders through a lush forest at sunrise, with the early morning light casting a warm, golden glow over the verdant surroundings. The path symbolizes a journey of personal growth and the pursuit of goals, enveloped in the tranquility and beauty of nature, embodying optimism and inspiration for a new beginning.

Coincidentally, right at the start of the pandemic lockdowns in my area, I declared 2020 the Year of Healthy Habits. While there were plenty of health-related events going on at the time, not a ton of them were being generated by me.

I mostly spent the time trying not to freak myself out, supporting my wife, who was basically working 24/7 at our local hospital, and being (essentially) the sole caregiver to a kindergartener. So, the Year of Healthy Habits didn’t quite have the impact I had hoped.

Read more
Illustration of a human head in profile against a light background, exploding with a vibrant, abstract array of shapes and objects. Colorful lines, swirls, clouds, and various symbols, like music notes, a pencil, and a light bulb, suggest a burst of creativity or brainstorming. The style is whimsical and highly detailed, using a blue, red, and yellow palette.

One of my first YouTube videos and first automations that included Drafts was about getting tasks into my task manager, which at the time was OmniFocus.

Over the years, this process has evolved to include JavaScript and Things 3; I’m happy to share the most recent version here today.

Read more
Screenshot of a user interface for automation setup, with options to trigger actions at a specified time or by script. The focus is on an AppleScript code snippet, partially redacted, which interacts with the "Things3" application. It includes logic to handle tasks, involving tokens and URLs for updates, with conditions based on task properties such as whether a tag's name is "evening" or if a task is a project. The script is designed to automate task management based on time of day.

One of the most common issues I see fellow Things users complain about on the Things Sub-Reddit is the frustrating experience with repeating tasks and the evening section of the Today view.

I always forget that this is an issue for people because I automated a solution long ago. Let me show you how.

Read more
Screenshot of a script editor with a partially visible AppleScript code titled "Add Tags Based on Family Members". The code includes commands to set variables for family members, iterate through areas and to-dos, and conditionally add tags to items based on the presence of family member names within the item titles. The user interface shows the script editing window with options to run, stop, and share the script, and there is a description field below the code that is empty.

I shared a post on Mastodon about using ChatGPT to create small scripts to deal with the various friction points in my digital life. I put together a short post sharing the script I use to maintain my tags in Things.

Read more