TwiN / go-color

A lightweight, simple and cross-platform package to colorize text in terminals

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Thanks for the inspiration!

bbkane opened this issue · comments

Describe the feature request

The simplicity of this library inspired me to write my own simple color library. Thank you!

Some things you might be interested in grabbing from gocolor:

  • codegen to add more colors from the ANSI colors supported on Windows (and they copied from Unix so they work there too)
  • Color.Func to let users easily create their own color funcs

Why do you personally want this feature to be implemented?

No response

How long have you been using this project?

No response

Additional information

No response

commented

Awesome work! I'm always glad to see new libraries pop up, even if there are already existing options, as it helps prevent a monopoly from forming around a requirement.

Best of luck with your color library!