tadzik / Terminal-ANSIColor

Colorize terminal output
MIT License
12 stars 10 forks source link

Windows Support #17

Open Zer0-Tolerance opened 6 years ago

Zer0-Tolerance commented 6 years ago

See Win32::Console::ANSI on P5 for inspiration.

coke commented 2 years ago

The module works as is under git bash, but not powershell/CMD:

> raku -e"use Terminal::ANSIColor;  say color('bold'), 3, color('reset')"
←[1m3←[0m
coke commented 2 years ago

https://metacpan.org/pod/Win32::Console::ANSI