A ZSH plugin that automatically generates and caches shell completions for CLI tools by running their built-in completion commands.
zsh-completion-generators is a ZSH plugin that solves the problem of manually managing shell completions for various command-line tools. It maintains a table of known tools and their corresponding completion generation commands, automatically creating completion files for installed tools on every shell load.
$PATH and hasn't already been processed.The plugin takes a minimalist approach by leveraging each tool's built-in completion generation capabilities rather than maintaining its own completion scripts, ensuring compatibility and reducing maintenance burden.
Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.