How can I add support for autocompletion with coloring like in the screen shot below to any shell (preferably bash
)? It was taken from this video. I cannot seem to find anything that supports such feature.
Asked
Active
Viewed 330 times
1

1.61803
- 1,241
1 Answers
1
For zsh
you can install oh-my-zsh (You can easily find it on github and see the installation guid. I can't give your more than 2 links because of my reputation)
oh-my-zsh
contains lots of themes and plugins .
Installing some plugins do the job for you, and those plugins are :
zsh-autosuggestions (it's not a part of oh my zsh !)

alizeyn
- 111
bash
. I wonder what's the state now, although I couldn't find anything similar for it yet. – 1.61803 Jul 24 '17 at 22:03