File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -47,16 +47,18 @@ Get-ChildItem | Format-Wide
4747
4848## Commands
4949
50- | Command | Description |
50+ | Command | Description
5151| ---------| -------------|
5252Add-TerminalIconsColorTheme | Add a Terminal-Icons color theme for the current user.
5353Add-TerminalIconsIconTheme | Add a Terminal-Icons icon theme for the current user.
5454Format-TerminalIcons | Prepend a custom icon (with color) to the provided file or folder object when displayed.
5555Get-TerminalIconsColorTheme | List the available color themes.
5656Get-TerminalIconsIconTheme | List the available icon themes.
5757Get-TerminalIconsTheme | Get the currently applied color and icon theme.
58- Set-TerminalIconsColorTheme | Set the Terminal-Icons color theme.
59- Set-TerminalIconsIconTheme | Set the Terminal-Icons icon theme.
58+ Remove-TerminalIconsTheme | Removes a given icon or color theme.
59+ Set-TerminalIconsColorTheme | ** DEPRECATED** Set the Terminal-Icons color theme.
60+ Set-TerminalIconsIconTheme | ** DEPRECATED** Set the Terminal-Icons icon theme.
61+ Set-TerminalIconsTheme | Set the Terminal-Icons icon and/or color theme.
6062Show-TerminalIconsTheme | List example directories and files to show the currently applied color and icon themes.
6163
6264## Screenshots
You can’t perform that action at this time.
0 commit comments