Things Mac

Create and manage tasks in Things 3 for Mac using URL schemes and AppleScript. Use when this capability is needed.

tomevault-io Updated

File contents

Things (Mac)

Manage Things 3 tasks from the command line on macOS.

Add a Task

open "things:///add?title=Buy+groceries&notes=Milk,+eggs,+bread&when=today"

Add with Tags and List

open "things:///add?title=Review+PR&list=Work&tags=urgent,code&when=today"

Add a Project

open "things:///add-project?title=Website+Redesign&notes=Q1+project&area=Work"

Show Tasks

open "things:///show?id=today"
open "things:///show?id=upcoming"
open "things:///show?id=anytime"

Search

open "things:///search?query=groceries"

Converted and distributed by TomeVault — claim your Tome and manage your conversions.

tomevault-io/skills-registry/tree/main/kody-w--openrappter--things-mac commit 4396f53184

Frequently asked questions

npx skillmds@latest add tomevault-io/things-mac-8