termstandard / colors

Color standards for terminal emulators
The Unlicense
1.1k stars 44 forks source link

Add Powershell and CMD #10

Closed pocc closed 5 years ago

pocc commented 5 years ago

Powershell and CMD both support semicolon-delimited ANSI escape codes in Windows 10. Images as proof:

perl script as recommended by this repo ans files from images/ in https://github.com/pocc/trueart

pocc commented 5 years ago

Looks like this applies to both Powershell 5 and Powershell 6 ("Powershell Core") on Windows. These are different pieces of software. Powershell 6 is cross-platform on Macos & Linux, but shows the same color implementation as the calling shell (if hyper on Macos calls powershell, powershell fails true color tests), so I would say that it's only compatible with true color on Windows.