vezaynk / Sitemap-Generator-Crawler

PHP script to recursively crawl websites and generate a sitemap. Zero dependencies.
https://www.bbss.dev
MIT License
241 stars 92 forks source link

Removed cli colors from Windows as it just throws garbage #54

Closed vezaynk closed 6 years ago

vezaynk commented 6 years ago

The default command prompt doesn't handle color expressions very well (or rather at all) and this PR removes it.

I am also trying out how a 2-branch system would work.

jandanielcz commented 6 years ago

It was working fine in PowerShell, which is default command line for new Windows 10.

vezaynk commented 6 years ago

Was it? I don't have any Windows 10 machines. Would like to see if a way exists to distinguish between them on run-time.