zi glance
Summary
Section titled “Summary”Display a syntax-highlighted view of a plugin’s source file in the terminal, using pygmentize, source-highlight, or highlight if available.
Syntax / Usage
Section titled “Syntax / Usage”zi glance {plg-spec}Details
Section titled “Details”Locates the plugin’s main file (using the same pick logic as load time) and pipes it through a syntax highlighter to render it in the terminal. Falls back gracefully if no highlighter is installed, in which case the raw source is displayed. Useful for quickly reviewing a plugin’s code without opening an editor.
Examples
Section titled “Examples”zi glance zsh-users/zsh-autosuggestionsSee Also
Section titled “See Also”- cmd-edit
- cmd-cd
- cmd-changes