mirror of
https://github.com/Cheviiot/Nivora.git
synced 2026-08-03 15:51:12 +00:00
Wires vintner's own `completion bash|zsh` output into Stapler's install-completion helper (bash -> /usr/share/bash-completion/ completions/vintner, zsh -> /usr/share/zsh/site-functions/_vintner - both verified against a real built package, since neither path nor the required paired files-find() registration is documented anywhere reachable). Completion now works immediately after `stplr install`, no manual `source <(vintner completion bash)` needed. 0.3.0 also picks up upstream's signal-forwarding fix (a wine subprocess no longer survives `vintner` being killed by PID) and its own expanded test coverage.