List tasks
task_listList tasks as a table of id, project, column, title, priority, due, estimate, actual and tags, sorted by due date, with the total estimate. Done tasks are left out unless include_done. 200 rows default.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tag | No | Only tasks carrying this tag | |
| limit | No | Rows to print; default 200 | |
| column | No | Only this column, e.g. 'doing' | |
| overdue | No | Only tasks past their due date | |
| project | No | Only this project | |
| due_before | No | Only tasks due on or before this day (YYYY-MM-DD, 'today', 'Friday', '+7d') | |
| include_done | No | Include finished tasks; default false |