Skip to content

zi csearch

Search all downloaded plugin directories for available completion files, whether or not those completions are currently installed.

Terminal window
zi csearch

No arguments.

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.

Terminal window
# Find all available completions across all downloaded plugins
zi csearch
  • cmd-completions
  • cmd-creinstall
  • cmd-cuninstall