phillbush/xprompt

Always show auto complete without having to press Tab like in Rofi and dmenu

Opened this issue · 1 comments

Always show auto complete without having to press Tab like in Rofi and dmenu

I added a -c option to show auto complete without having to press Tab.
Unfortunately, because of how completion works (it is encapsulated in the keypress() function) you need to press a key (not necessarily Tab) in order for the completion to be activated. So you must start typing something for xprompt to filter the completions.