diff options
| author | Paul Buetow <paul@buetow.org> | 2026-03-26 22:21:34 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-03-26 22:21:34 +0200 |
| commit | 9dc8c5e241af77fd61c1da91e0fe49faa5cf06e4 (patch) | |
| tree | 72388ce9cf8301184aea0841ca9b8e980b06e2a8 /docs | |
| parent | f6436fe4cfdd989d95607931314a7c47147ee1e2 (diff) | |
ask: filter fish UUID completion
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/fish-completion.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/fish-completion.md b/docs/fish-completion.md index b37b79d..10966e9 100644 --- a/docs/fish-completion.md +++ b/docs/fish-completion.md @@ -3,7 +3,7 @@ Hexai ships a Fish completion file for the `ask` task-management CLI at [`assets/ask.fish`](../assets/ask.fish). It completes the top-level `ask` subcommands and the nested `ask dep` operations. -It also completes task UUIDs for UUID-taking commands by reading the current project from `ask all --json`. +It also completes task UUIDs for UUID-taking commands by reading the current project from `ask all --json` and filtering out completed and deleted tasks. The script preserves the global `--json` flag. Install it into Fish's completion directory: |
