-
Notifications
You must be signed in to change notification settings - Fork 0
api reference
Enables gly configuration and loads format data if needed.
Enable-GlyDisables glyphs and colors through configuration.
Disable-GlyPowerShell format data remains loaded in the current session.
Returns a detached GlyConfiguration copy of the current session configuration.
Get-GlyConfigurationUpdates selected configuration values.
Set-GlyConfiguration -ShowColors $false -GlyphSet UnicodeGet-GlyTheme
Get-GlyTheme DefaultDark
Set-GlyTheme DefaultLight
Copy-GlyTheme DefaultDark MyTheme
Register-GlyTheme $themeBuilt-in themes cannot be overwritten.
Get-GlyTheme and Copy-GlyTheme return GlyTheme values with typed styles, rules, and selectors. Register-GlyTheme accepts that type or a compatible hashtable/pscustomobject.
Get-GlyGlyphSet
Get-GlyGlyphSet Unicode
Set-GlyGlyphSet Unicode
Copy-GlyGlyphSet ANSI MyGlyphs
Register-GlyGlyphSet $glyphsBuilt-in glyph sets cannot be overwritten.
Get-GlyGlyphSet and Copy-GlyGlyphSet return GlyGlyphSet values with typed rules and selectors. Register-GlyGlyphSet accepts that type or a compatible hashtable/pscustomobject.
Show-GlyThemeColor
Show-GlyThemeColor DefaultDark
Show-GlyGlyph
Show-GlyGlyph Unicode
Show-GlyThemePreview
Show-GlyThemePreview -Theme DefaultDark -GlyphSet UnicodeThe commands use the active theme and glyph set when names are omitted. They return one preview object for the fallback and each matcher, and do not alter session configuration.
Show-Gly -Path .
Show-GlyTree -Path . -Depth 2
Show-GlyGrid -Path .Aliases:
gly
glytr
glygrGet-GlyFileSystemDisplayName is exported so PowerShell format data can call it reliably. It is not the primary user-facing API.