Skip to content

Commit

Permalink
Readme fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
leaanthony committed Apr 10, 2021
1 parent 2148930 commit 0406ce2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,12 @@
<a href="https://github.com/leaanthony/go-ansi-parser/issues"><img src="https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat" alt="CodeFactor" /></a>
<a href="https://app.fossa.io/projects/git%2Bgithub.com%2Fleaanthony%2Fgo-ansi-parser?ref=badge_shield" alt="FOSSA Status"><img src="https://app.fossa.io/api/projects/git%2Bgithub.com%2Fleaanthony%2Fgo-ansi-parser.svg?type=shield"/></a>
</p>

Go ANSI Parser converts strings with [ANSI escape codes](https://en.wikipedia.org/wiki/ANSI_escape_code)
into a slice of structs that represent styled text. Features:

* Can parse ANSI 16, 256 and TrueColor
* Supports styles: Regular, Bold, Feint, Italic, Blinking, Inversed, Invisible, Underlined, Strikethrough
* Supports all styles: Regular, Bold, Feint, Italic, Blinking, Inversed, Invisible, Underlined, Strikethrough
* Provides RBG, Hex, HSL, ANSI ID and Name for parsed colours
* Configurable colour map for customisation
* 100% Test Coverage
Expand Down

0 comments on commit 0406ce2

Please sign in to comment.