dua-cli icon indicating copy to clipboard operation
dua-cli copied to clipboard

Dua interactive completions not working properly

Open akkadaya opened this issue 3 months ago • 1 comments

I have dua completions zsh loaded in the shell properly dua command works as expected, but when using dua i completion doesn't work and I have to type the complete path manually (can't use Tab to autocomplete) e.g.

dua i some/path/i/have/to/fully/type

akkadaya avatar Sep 12 '25 08:09 akkadaya

Thanks for reporting.

I haven't used this myself, so I wouldn't know. But if it's not working it might be a bug in clap which is the one generating the shell scripts. Maybe it's more about the way certain arguments are declared, so it could be fixed on the side of dua.

Byron avatar Sep 13 '25 05:09 Byron