sigoden / argc-completions

{bash,zsh,fish,powershell,nushell}-completions for 1000+ commands.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Case insensitive autocomplete does not work for some commands (zsh)

lcroberts opened this issue · comments

I'm using zsh with cases insensitive completion. When using 7zip I noticed that when providing a the directory to add to an archive completion is case sensitive.
Example: 7z a test.7z ... When using argc-completions completions for files/directories where ... is will be case sensitive, however without it completion options are case insensitive as expected.

Case sensitive make sence, because file system is case sensitive.
image

Someone use case insensitive for convenience,someone don't use.

argc-completions currently defaults to being case sensitive.