things3
Installation
SKILL.md
Things 3 CLI
Local CLI for the user's Things 3 database. SQLite reads are read-only; writes go through the Things URL scheme or AppleScript.
Location & invocation
- Repo:
~/dev/things3-cli - Run from anywhere:
cd ~/dev/things3-cli && python3 -m things3_cli <subcommand> - DB lives at
~/Library/Group Containers/JLMPQHK86H.com.culturedcode.ThingsMac/ThingsData-*/Things Database.thingsdatabase/main.sqlite(opened read-only).
Read commands (safe, default)
| Command | What it does |
|---|---|
today |
Tasks scheduled for Today |
inbox |
Inbox to-dos |
summary |
Open/done counts grouped by Area |
projects |
Active projects with open-todo counts |
checklists --min N |
Tasks with at least N checklist items |