summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-03-26 22:15:39 +0200
committerPaul Buetow <paul@buetow.org>2026-03-26 22:15:39 +0200
commitf6436fe4cfdd989d95607931314a7c47147ee1e2 (patch)
tree835ccadab7ae9bfc65832848e6394be064e79070 /docs
parentc8108deb77f1872e6a55925d5abf9c0ae12813c6 (diff)
ask: add fish UUID completions
Diffstat (limited to 'docs')
-rw-r--r--docs/fish-completion.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/fish-completion.md b/docs/fish-completion.md
index 116a0a6..b37b79d 100644
--- a/docs/fish-completion.md
+++ b/docs/fish-completion.md
@@ -3,7 +3,8 @@
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.
-The script also preserves the global `--json` flag.
+It also completes task UUIDs for UUID-taking commands by reading the current project from `ask all --json`.
+The script preserves the global `--json` flag.
Install it into Fish's completion directory: