Closed alex123-2star closed 2 years ago
Hi there, can you please submit a fix (patch or PR) that works on you side ? As I don't have a mac, I won't be able to spend time testing this, so if your patch works on my side, I'll merge it right away :) Cheers, Laluka
This is not a bug in itself.
On MacOS, just use printf
to properly display color when you make
.
On Linux, it is echo
that works.
Hey guys, I don't own a mac, would you mind writing a PR for these changes ? Is they work on linux as well I'll merge them! 💟
Also, I might write a dockerfile for this so you can still benefit of it to the full :)
Well, just remembered there's no echo anymore, so it's "solved" haha
Moved from bash to python :)
I found a small bug on mac code ~~~
your code on mac
echo -e "\e[34m----------------------\e[0m"
my code on mac
echo "\033[30m black color \033[0m"
~~~
run
Your color code is not implemented and printed directly on the mac Thank you for your software, thank you for your efforts