Alternatives to zsh-autosuggestions
A Zsh plugin that suggests commands as you type, based on your shell history. The listings below can replace it for an important use case. Each note says what changes if you switch.
The original
zsh-autosuggestions
A Zsh plugin that suggests commands as you type, based on your shell history.
Replacements
Listings that take over the same core job as zsh-autosuggestions.
fish
A shell that autosuggests commands from your history, highlights syntax as you type and has tab completions that work without configuration.
fish builds history-based autosuggestions into the shell itself with no plugins, but switching means leaving Zsh for a shell that is not POSIX-compatible.
ble.sh
A line editor written in pure Bash that adds syntax highlighting, autosuggestions and vim modes.
ble.sh brings autosuggestions, syntax highlighting and vim modes to Bash in pure Bash code, so it suits Bash users rather than Zsh.
Similar software
Related functionality, not a direct replacement.
zsh-syntax-highlighting
A Zsh plugin that highlights commands as you type them, in the style of Fish.
Zsh
Interactive shell with powerful completion, globbing and prompt theming.
Oh My Zsh
Configuration framework for Zsh with hundreds of plugins and themes.
Zinit
Fast Zsh plugin manager with deferred loading.
antidote
A Zsh plugin manager written in Zsh, continuing the legacy Antibody and Antigen plugin managers.
McFly
Replaces the shell's Ctrl-R history search with context-aware suggestions.