zi list-plugins
Summary
Section titled “Summary”Show all currently loaded plugins, optionally filtered by a keyword. Also available as zi loaded and zi list.
Syntax / Usage
Section titled “Syntax / Usage”zi list-plugins [keyword]zi loaded [keyword]zi list [keyword]keyword— optional filter string; only plugins whose spec contains the keyword are shown.
Details
Section titled “Details”Prints the list of plugins that are loaded in the current shell session. The output includes plugin specs in user/repo format. Filtering with a keyword narrows the output to matching entries, useful when many plugins are loaded.
Examples
Section titled “Examples”# List all loaded pluginszi list-plugins
# Filter to plugins with "zsh-users" in their speczi list-plugins zsh-users
# Using the short aliaszi listSee Also
Section titled “See Also”- cmd-list-snippets
- cmd-recently
- cmd-report
- cmd-times