Format-TerminalIcons
SYNOPSIS
Prepend a custom icon (with color) to the provided file or folder object when displayed.
SYNTAX
Format-TerminalIcons [-FileInfo] <FileSystemInfo> [<CommonParameters>]
DESCRIPTION
Take the provided file or folder object and look up the appropriate icon and color to display.
EXAMPLES
EXAMPLE 1
Get-ChildItem
List a directory. Terminal-Icons will be invoked automatically for display.
EXAMPLE 2
Get-Item ./README.md | Format-TerminalIcons
Get a file object and pass directly to Format-TerminalIcons.
PARAMETERS
-FileInfo
The file or folder to display
Type: System.IO.FileSystemInfo
Parameter Sets: (All)
Aliases:
Required: True
Position: 1
Default value: None
Accept pipeline input: True (ByValue)
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.