-
Notifications
You must be signed in to change notification settings - Fork 393
Description
Hello, I often work with files with missing or incorrect file extensions and the builtin extension-based completions for things like unzip make this difficult. I am aware that I can undo individual completions by ading, say, complete -o default -o bashdefault unzip
to my .bashrc (and I'm currently doing this for the most common offenders), but really I'd rather be able to fully disable extension-based filtering for all commands without having to continually update my list of exceptions.
I'm hoping for some kind of environment variable that that I can set even after loading bash-completion that will make, at least, the "_filedir_xspec" function fall back to normal file matching (maybe something like BASH_COMPLETION_DISABLE_EXTENSION_FILTERS
).
Thanks for some great software and thanks for considering my feature request!