You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Link(s) to related issue(s) in the PowerShell/PowerShell repo:
Description of what changed
Built on PSAnsiRendering experimental feature to enable coloring of specific file types. Example:
Adds FileInfo member to $PSStyle automatic variable to allow customization. Directory, SymbolicLink, and Executable are built-in, but an Extension member which is a dictionary allows modification and addition of new extensions and custom styles. Leverages existing NameString extended member for coloring. Pre-included extensions for archives and PowerShell files. Default color choices are mostly consistent with ls --color.
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
Summary of the new document or enhancement
Description of what changed
Built on
PSAnsiRendering
experimental feature to enable coloring of specific file types. Example:Adds
FileInfo
member to$PSStyle
automatic variable to allow customization.Directory
,SymbolicLink
, andExecutable
are built-in, but anExtension
member which is a dictionary allows modification and addition of new extensions and custom styles. Leverages existingNameString
extended member for coloring. Pre-included extensions for archives and PowerShell files. Default color choices are mostly consistent withls --color
.The text was updated successfully, but these errors were encountered: