summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-03-27 06:23:24 +0200
committerPaul Buetow <paul@buetow.org>2026-03-27 06:23:24 +0200
commit2edeaa610553b667776010bf2e9f5596aaa8ddbd (patch)
treeb32b5c3946061f3e06ae274b5c4260358985f04f /docs
parent6b964400deb653d2c47aa8932ab5444346833b0d (diff)
task 73fabcf6-d4a1-4bf3-aae1-a390a734e517: extend ask selector completion
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 195d29a..d7e7289 100644
--- a/docs/fish-completion.md
+++ b/docs/fish-completion.md
@@ -3,7 +3,8 @@
The `ask` task-management CLI embeds its Fish completion script in the binary and prints it with `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` and filtering out completed and deleted tasks.
+It also completes task selectors for UUID-taking commands by reading pending tasks through `ask complete-uuids`, which uses the local alias cache for stable short IDs.
+Fish suggests each task's alias ID first and also keeps the raw UUID available as a fallback selector.
The script preserves the global `--json` flag.
Load it into the current Fish session: