things3-manager
Installation
SKILL.md
Things3 Manager
Manage Things3 tasks, projects, and areas via Python scripts.
Requirements
- Things3 for Mac installed and opened at least once
- Enable Things URLs: Things → Settings → General → Enable Things URLs
- Install things.py:
pip install things.py
Architecture
- Reading:
scripts/things3_dashboard.pyandscripts/things3_read.pyuse things.py (direct SQLite queries) - Writing:
scripts/things3_write.pyuses Things URL scheme (things:///) and AppleScript for delete - Utilities:
scripts/things3_utils.pyfor sync and token checking