I'm not going to spend hundreds of megabytes to display text on the screen. Not to mention the input latency this will have between keystrokes. The style of autocompletion shown can already be achieved with zsh - autocompletion should not be a function of your terminal emulator, but rather your shell. However, this is all just my opinion and maybe there will be a load of users, me and people who share my opinions wil…
I wish the same autocompletion could be achieved in ZSH. Then I wouldn't start this project at all. The problem with ZSH is that you have to * Make a decision you want completion. * Press tab for it to appear. * Guess when your token is precise enough to be unambiguous or else cycle through results. Not to mention fuzzy search. It may sound as not that much of an overhead, but it's so much slower than what I have in,…
Shouldn't be too hard to modify it to display completion data instead of entries from your history.