Colors...
HI :) There are any chance to customize the output colors? In my terminal I must hack the gitcheck.py to change the colors because they don't fit quite well in my color scheme.... Perhaps this could be added into a ".rc" file in the user's home directory...
Another thing, I think if the above did enter in consireration another thing that could be changed is the the way that colored output is coded. Why not use something like termcolor?
If there are any chance of those thing happen I'm very willing to make them :)
Thanks :)
Hi,
I think a good idea, I will reflect on your idea. Thank for your feature request
OK! Thanks and keep me in touch! On Nov 8, 2015 5:29 PM, "Bruno Adele" [email protected] wrote:
Hi,
I think a good idea, I will reflect on your idea. Thank for your feature request
— Reply to this email directly or view it on GitHub https://github.com/badele/gitcheck/issues/27#issuecomment-154859733.
I intent to use the https://github.com/dslackw/colored. It seem not compatible with windows, but i reflect for that the theme is compatible with all platforms
@N2OMatt Can you try the new colortheme feature ?
Thanks
Yep, for sure!
But regarding the lib, should we use termcolor? colored? Or roll out our own set of functions? Waiting your reply to start digging in :)
Thanks
Hi,
Actually, you have two choice :)
- colored library (it most easy)
- The older term code value (see the tips => http://misc.flogisoft.com/bash/tip_colors_and_formatting )
Chose the method that you prefer :)
Thanks
Absolutely, just give me some couple of days :D