readline
readline copied to clipboard
Case-Insensitive Completion
Is it possible to do case-insensitive completion?
It's not supported yet.
ooops sorry wrong issue.
I guess what would be needed is a way to rewrite the prefix that the completion was initiated with, since we probably want the result to retain the case, while actually reaching there by completion is done insensitively.