Z
Z

Zsh Autosuggestions

Fish-like autosuggestions for Zsh.

Cost / License

  • Free
  • Open Source (MIT)

Platforms

  • Mac
  • Windows
  • Linux
  • zsh
4likes
0comments
0articles

Features

No features, maybe you want to suggest one?

Zsh Autosuggestions News & Activities

Highlights All activities

Recent activities

Zsh Autosuggestions information

  • Developed by

    Zsh
  • Licensing

    Open Source (MIT) and Free product.
  • Alternatives

    4 alternatives listed
  • Supported Languages

    • English

GitHub repository

  •  34,882 Stars
  •  1,924 Forks
  •  197 Open Issues
  •   Updated  
View on GitHub

Popular alternatives

View all
Zsh Autosuggestions was added to AlternativeTo by Paul on and this page was last updated .
No comments or reviews, maybe you want to be first?

Featured in Lists

This post is not intended to show my complete terminal setup, but to provide you with the best tools out there, which …

List by Paul with 15 apps, updated

A list with 20 apps by kaekazeh without a description.

List by kaekazeh with 20 apps, updated

What is Zsh Autosuggestions?

Fish-like fast/unobtrusive autosuggestions for zsh. It suggests commands as you type, based on command history.

As you type commands, you will see a completion offered after the cursor in a muted gray color. This color can be changed by setting the ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE variable. See configuration.

If you press the ? key (forward-char widget) or End (end-of-line widget) with the cursor at the end of the buffer, it will accept the suggestion, replacing the contents of the command line buffer with the suggestion.

If you invoke the forward-word widget, it will partially accept the suggestion up to the point that the cursor moves to.