zsh-autocomplete

Real-time type-ahead completion engine for Zsh shell

brewmacoslinux
Try with needOr install directly
Source

About

Real-time type-ahead completion for Zsh

Commands

zsh

Examples

Enable autocomplete in current Zsh session$ source /usr/local/share/zsh-autocomplete/zsh-autocomplete.plugin.zsh
Start typing a command and press Tab to see completions$ git com<TAB>
Use arrow keys to navigate through suggestions while typing$ cd /usr/lo<TAB>