-
Notifications
You must be signed in to change notification settings - Fork 0
previews
Preview commands display the fallback and every registered matcher in themes and glyph sets. They return objects, so their rows can still be filtered, selected, or exported through the PowerShell pipeline.
Show-GlyThemeColor displays each distinct style once. Matchers that share a style, such as symbolic links and junctions in built-in themes, are combined in one row:
Show-GlyThemeColor
Show-GlyThemeColor DefaultLightThe command uses the active theme when -Theme is omitted.
Show-GlyGlyph displays the symbol assigned to every glyph matcher:
Show-GlyGlyph
Show-GlyGlyph UnicodeThe command uses the active glyph set when -GlyphSet is omitted.
Show-GlyThemePreview combines the selected theme and glyph set:
Show-GlyThemePreview
Show-GlyThemePreview -Theme Dracula -GlyphSet NerdFontsWhen one side does not contain the other side's matcher, its default style or glyph is used. This supports custom themes and glyph sets whose rule catalogs differ. Preview commands do not change the active configuration.
Color previews contain ANSI escape sequences and are intended for an ANSI-capable terminal. Their Matcher, Color, Glyph, and Preview properties remain available for pipeline processing.