diff options
| author | Paul Buetow <paul@buetow.org> | 2026-03-23 07:45:35 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-03-23 07:45:35 +0200 |
| commit | 778ea7ccdd84425944dda9b717de4ca330c5d0fc (patch) | |
| tree | bbd09a9d9e9a0555c3bd41b02d83ab24bfb813af /docs | |
| parent | 77a38b42f47e8842e5c60673f9b25e3871cf8d8e (diff) | |
docs: update usage.md for ask list/all commands
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/usage.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/usage.md b/docs/usage.md index ce79af6..2a02e05 100644 --- a/docs/usage.md +++ b/docs/usage.md @@ -138,7 +138,8 @@ cat SOMEFILE.txt | hexai --tps-simulation 20 | `ask add "description"` | Create a new task | | `ask add priority:H "description"` | Create task with priority | | `ask add +tag "description"` | Create task with tag | -| `ask list` | List pending tasks (UUID-only table) | +| `ask list` | List pending tasks only (UUID-only table) | +| `ask all` | List all tasks including completed/deleted | | `ask list +READY` | List only ready tasks | | `ask list +BLOCKED` | List blocked tasks | | `ask list +tag` | Filter by tag | @@ -160,7 +161,6 @@ cat SOMEFILE.txt | hexai --tps-simulation 20 | `ask modify <uuid> <args...>` | General-purpose modify | | `ask denotate <uuid> "text"` | Remove annotation | | `ask delete <uuid>` | Delete a task | -| `ask export` | Raw JSON export | ### Examples |
