Get-NerdFont¶
SYNOPSIS¶
Get NerdFonts list
SYNTAX¶
__AllParameterSets¶
Get-NerdFont [[-Name] <string>] [<CommonParameters>]
ALIASES¶
This cmdlet has the following aliases, {{Insert list of aliases}}
DESCRIPTION¶
Get NerdFonts list, filtered by name, from the latest release.
EXAMPLES¶
EXAMPLE 1¶
Get-NerdFonts
Get all the NerdFonts.
EXAMPLE 2¶
Get-NerdFonts -Name 'FiraCode'
Get the NerdFont with the name 'FiraCode'.
EXAMPLE 3¶
Get-NerdFonts -Name '*Code'
Get the NerdFont with the name ending with 'Code'.
PARAMETERS¶
-Name¶
Name of the NerdFont to get
Type: System.String
DefaultValue: '*'
SupportsWildcards: true
Aliases: []
ParameterSets:
- Name: (All)
Position: 0
IsRequired: false
ValueFromPipeline: false
ValueFromPipelineByPropertyName: false
ValueFromRemainingArguments: false
DontShow: false
AcceptedValues: []
HelpMessage: ''
CommonParameters¶
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
INPUTS¶
OUTPUTS¶
System.Object¶
{{ Fill in the Description }}
NOTES¶
More information about the NerdFonts can be found at: NerdFonts | GitHub