Skip to content

Get-TerminalIconsGlyphs

SYNOPSIS

Gets the list of glyphs known to Terminal-Icons.

SYNTAX

Get-TerminalIconsGlyphs [<CommonParameters>]

DESCRIPTION

Gets a hashtable with the available glyph names and icons. Useful in creating a custom theme.

EXAMPLES

EXAMPLE 1

Get-TerminalIconsGlyphs

Gets the table of glyph names and icons.

PARAMETERS

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

None.

OUTPUTS

None.

NOTES

Get-TerminalIconsIconTheme

Set-TerminalIconsIcon

Back to top