zi csearch
Summary
Section titled “Summary”Search all downloaded plugin directories for available completion files, whether or not those completions are currently installed.
Syntax / Usage
Section titled “Syntax / Usage”zi csearchNo arguments.
Details
Section titled “Details”Scans every directory under $ZINIT[PLUGINS_DIR] for underscore-prefixed files (_*) that look like Zsh completion functions, and reports them along with their installation status (installed/not installed, enabled/disabled). This helps discover completions provided by plugins you have downloaded but whose completions you may not have explicitly installed.
Examples
Section titled “Examples”# Find all available completions across all downloaded pluginszi csearchSee Also
Section titled “See Also”- cmd-completions
- cmd-creinstall
- cmd-cuninstall