1

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.

Project Photon Runs Docker and Rocket Containers via Vagrant and VMware Fusion

1.61803
  • 1,241

1 Answers1

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 :

colorize

zsh-autosuggestions (it's not a part of oh my zsh !)

alizeyn
  • 111