termcolor is a Go library that converts HTML content into terminal-friendly text with ANSI color codes. It allows you to define custom tags and styles, making it easy to display styled text in terminal applications.
- Convert HTML to terminal-friendly text with ANSI color codes.
- Support for custom HTML tags and styles.
- Easy integration into Go applications.
To install the package, use go get:
go get github.com/lmueller/termcolor