jroimartin / gocui

Minimalist Go package aimed at creating Console User Interfaces.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

go-term-text: complement library for text formatting

MichaelMure opened this issue · comments

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