chzyer / readline

Readline is a pure go(golang) implementation for GNU-Readline kind library
MIT License
2.09k stars 280 forks source link

Case-Insensitive Completion #61

Open ghost opened 8 years ago

ghost commented 8 years ago

Is it possible to do case-insensitive completion?

chzyer commented 8 years ago

It's not supported yet.

knz commented 8 years ago

ooops sorry wrong issue.

quite commented 7 years ago

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.