summaryrefslogtreecommitdiff
path: root/docs/fish-completion.md
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-04-10 22:54:14 +0300
committerPaul Buetow <paul@buetow.org>2026-04-10 22:54:14 +0300
commit2bc565ff006fa599b8feff027b0f96ff647a006a (patch)
treed0774769b5ef9c64bb7a76c55f201f9cee608deb /docs/fish-completion.md
parentea9e7c0225f6af8179890516b5ce9d511dadb234 (diff)
release: v0.30.0
Diffstat (limited to 'docs/fish-completion.md')
-rw-r--r--docs/fish-completion.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/fish-completion.md b/docs/fish-completion.md
index c582800..19a90be 100644
--- a/docs/fish-completion.md
+++ b/docs/fish-completion.md
@@ -3,6 +3,7 @@
The `do` task-management CLI embeds its Fish completion script in the binary and prints it with `do fish`.
It completes the top-level `do` subcommands and the nested `do dep` operations.
+It also suggests the global task prefixes `na`, `no-agent`, and `proj:`.
It also completes task selectors for UUID-taking commands by reading pending tasks through `do complete-aliases`, which uses the local alias cache for stable short IDs.
The `do complete-uuids` command still emits both alias and UUID lines for scripts and tests that need the full selector list.
Selector suggestions stop once a command has consumed its selector argument, and `do dep add` / `do dep rm` suggest selectors for both task positions.