README.md

 1# yatd, _yet another td_
 2
 3There are many tds. This one is mine.
 4
 5```
 6$ td --help
 7Todo tracker for AI agents
 8
 9Usage: td [OPTIONS] <COMMAND>
10
11Commands:
12  init     Initialize .td directory
13  create   Create a new task [aliases: add]
14  list     List tasks [aliases: ls]
15  show     Show task details
16  update   Update a task
17  done     Mark task(s) as closed [aliases: close]
18  reopen   Reopen task(s)
19  dep      Manage dependencies / blockers
20  label    Manage labels
21  search   Search tasks by title or description
22  ready    Show tasks with no open blockers
23  stats    Show task statistics (always JSON)
24  compact  Vacuum the database
25  export   Export tasks to JSONL (one JSON object per line)
26  import   Import tasks from a JSONL file
27  help     Print this message or the help of the given subcommand(s)
28
29Options:
30  -j, --json     Output JSON
31  -h, --help     Print help
32  -V, --version  Print version
33```