A simple, powerful, and local-first task management tool built for text lovers and command-line aficionados.
Try the Web AppWork directly with plain text Markdown files. Your tasks are portable, version-controllable, and always under your control.
Your data stays on your device. No mandatory cloud accounts. Sync optionally via Git, OneDrive, Dropbox, etc.
Use the clean web interface now. A native desktop app is coming soon for a focused, offline-capable experience.
Tasks are simple lines in your Markdown files:
- [ ] (A) task to do +plustag @attag #hashtag due:2025-12-31 rec:1w
- [ ]
(incomplete) or - [x]
(complete).(A)
, (B)
, etc.+project
, @context
, #category
.due:YYYY-MM-DD
, rec:1w
(recurrence).Interact quickly using simple commands:
a [task description]
d [index]
undone [index]
e [index] [new description]
rm [index]
f [tag]