jroimartin / gocui

Minimalist Go package aimed at creating Console User Interfaces.
BSD 3-Clause "New" or "Revised" License
9.92k stars 608 forks source link

go-term-text: complement library for text formatting #203

Open MichaelMure opened 5 years ago

MichaelMure commented 5 years ago

Hi everyone,

I figured you would be interested, I published a go package I wrote to help me handle complex text formatting in a gocui interface. In particular, this package contains string manipulation functions that handle properly wide characters (chinese, japanese ...) and ANSI escape sequences.

The package is here: https://github.com/MichaelMure/go-term-text