Get-NerdFont¶
SYNOPSIS¶
Get NerdFonts list
SYNTAX¶
Get-NerdFont [[-Name] <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
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: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 1
Default value: *
Accept pipeline input: False
Accept wildcard characters: True
-ProgressAction¶
{{ Fill ProgressAction Description }}
Type: ActionPreference
Parameter Sets: (All)
Aliases: proga
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
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.