DirColors
DirColors copied to clipboard
DirColors is a Powershell implementation of GNU coreutils' dircolors/LS_COLORS support
`dir | Out-GridView` displays the color escape sequences. Not a huge issue, but it'd be nicer if it didn't. (Thanks for writing DirColors!)
PowerShell/PowerShell#6410
PowerShell/PowerShell#1817
I'm on Windows and trying to sync my dircolors between wsl2 (debian), msys2, and pwsh. I've linked all the homes to the same place and ran: ``` > dircolors --print-database...