ghcloneall
ghcloneall copied to clipboard
Support Windows by using colorama
colorama intercepts sys.stdout and parses ANSI escape sequences and converts them to Windows API calls that produce colors in a terminal.
Apparently it also supports cursor positioning commands.
So maybe all I need to do is import colorama; colorama.init() once and ghcloneall will behave nicely in a cmd.exe shell?
pls make it clear will it work on windows?
I've never tried. I don't use Windows often enough to be interested in trying.
(I'm sure it would work under WSL, but that's not really Windows.)