rustyline
rustyline copied to clipboard
Feature Request: Use tabs for switching between auto completion values
I would love to see tab to switch between autocompleting options. something similar to what ZSH does like in this ascinema
I am not quite sure if this feature exists, but hidden somewhere, or it is not here yet.
It is very similar it does the circulation but it doesn't print the elements that it circulates around.
This is similar to completion in zsh, or it might be a plugin brought in by Oh-My-Zsh? Would be an awesome feature
I think it is plugin bought by ohmyzsh Still it is not possible to do that in rustyline is it?
Maybe we should enhance the Completer
trait and let implementations do their own complete_line logic.
But currently, the Renderer is very limited.