uv icon indicating copy to clipboard operation
uv copied to clipboard

support 'uv --completions' to generate a completions file for bash/zsh/fish/powershell

Open woutervh opened this issue 1 year ago • 1 comments

Currently uv version0.1.4 does not support tab-completions out of the box:

uv <TAB>   # does nothing

It would be nice to generate a shell-specific completions-file:

uv --completions  bash | zsh | fish | pwsh

woutervh avatar Feb 18 '24 15:02 woutervh

Thanks this seems reasonable to add. We'd probably want to mirror whatever we do in Ruff.

zanieb avatar Feb 18 '24 17:02 zanieb