go-ansi-parser icon indicating copy to clipboard operation
go-ansi-parser copied to clipboard

Go Parser for ANSI strings

Results 3 go-ansi-parser issues
Sort by recently updated
recently updated
newest added

Hey thank you for this amazing project. im trying to Cleanse the string `"\u0008\u001b[K"`, i would expect to get an empty string afterwards since its all escape chars. but instead...

Hello 👋 First, thank you for an amazingly useful project 🎉 It would be fantastic if there was a `WordWrap` function that would break up strings by a max-length, but...

Right now, go-ansi-parser's `ansi.Length` includes the URL part of a terminal hyperlink. This makes the line count super long even when it's visibly just a small piece of text. `ansi.Length`...