marlonrichert/zsh-autocomplete

🤖 Real-time type-ahead completion for Zsh. Asynchronous find-as-you-type autocompletion.

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 33 minutes ago
Added to GitGenius on September 9th, 2026
Created on April 24th, 2020
Open Issues & Pull Requests: 15 (+1)
GitHub issues: Enabled
Number of forks: 203
Total Stargazers: 6,732 (+0)
Total Subscribers: 25 (+0)

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Issue API getrepoissuespagesummary failed: 429 Rate limit exceeded. Please try again later.

Detailed Description

zsh-autocomplete is a Zsh plugin that provides real-time type-ahead completion with asynchronous, non-blocking find-as-you-type autocompletion.

The plugin addresses the problem of slow or blocking completion in Zsh by implementing asynchronous completion that runs in the background without interrupting user input. It delivers completion suggestions as the user types, allowing results to appear in real time without forcing the user to wait for completion queries to finish before continuing to work.

Users should adopt this plugin if they spend significant time in the Zsh shell and want faster, more responsive completion feedback. It suits anyone frustrated with Zsh's default completion behavior or who works with large codebases, remote filesystems, or other scenarios where completion queries can be slow. The plugin is particularly valuable for developers who prefer staying in the terminal and want completion to feel instantaneous rather than blocking their workflow.

The project shows consistent maintenance with regular commits addressing bug fixes and incremental improvements. Development activity demonstrates responsiveness to issues and pull requests, with the maintainer actively refining the plugin's behavior based on user feedback. The codebase receives ongoing updates to handle edge cases and improve compatibility across different Zsh configurations and environments.