alexrs / pop

StackOverflow answers in your terminal.
MIT License
28 stars 0 forks source link

Implement a naive colourize option using -c #1

Closed Virtual-Machine closed 8 years ago

Virtual-Machine commented 8 years ago

Hey, really like the concept of what you have here. Not sure if my implementation is cross-platform as I do not develop for Windows but I added a -c flag to allow colourized output for *nix systems using shell escape codes.

I am also just starting with golang so my implementation might be pretty naive. Still I thought I could get the ball rolling and see what develops.

alexrs commented 8 years ago

Hello!

Thank you very much for this. I have reviewed it and I think it's a good idea and a good start. But I think we can do it even better! I have opened two issues that I think they are interesting and fun, so take a look and if you want, I'll be happy to discuss them with you and to implement them with your help!

It could be a good way for both of us to learn more about Golang!