#92 Add shell autocompletion for commands and filenames

open low · sable · 2026-03-02 23:37 · enhancement · Phase 1: CLI Foundation

Comments — 1

sable note 2026-03-02 23:37

Generate shell completions (bash, zsh, fish) via clap's built-in derive support. Filename arguments (download, rm) should complete against the user's document list by querying the PDS. Static completions for subcommands and flags come free from clap_complete.

Generated 2026-03-03 02:53 UTC