Tag Archive for: task management

A macOS script editor window displays an AppleScript titled "Mark an Action Item as 'Waiting For'." The script automates task management in the Things 3 app by retrieving the current date, selecting to-dos, checking for selected tasks, and handling follow-ups. The code is color-coded, with keywords in blue, variables in green, and strings in purple. The interface includes standard toolbar icons and a description field at the bottom.

A major component of my job is asynchronously collaborating with other people, usually subject matter experts from whom I need to get additional information or content approval on something I have created.

All of my project templates have this approval process built in at the appropriate points. This creates a common challenge: the people I’m working with are often overworked or get appropriately distracted by dealing with some type of emergency at work, and reviewing a script for the trainer gets put on the back burner. So, tactful follow-up is a critical skill and often something I’m managing across multiple people and projects at the same time.

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

One of my favorite ways to procrastinate is to change my task manager. It’s fun and feels super productive, but it’s a trap. An equally fun and falsely productive pass time is debating with strangers on the internet about task management apps.

This post is not a salvo in that war, just the documentation of a decision I made for my specific circumstances. I am a huge fan of both OmniFocus and Things; they are both excellent apps. However, I recently switched over from OmniFocus to Things, and I wrote this post to organize my thoughts. Hopefully, it helps you too.

Read more