lipgloss/table
Ayman Bagabas f6f93348b0
feat: switch to term/ansi for text manipulation (#268)
* feat: switch to term/ansi for text manipulation

Use ANSI aware, wide characters support, uniseg backed term/ansi package
to calculate string widths, truncate, and wrap strings.

Related: https://github.com/muesli/reflow/pull/71
Fixes: https://github.com/charmbracelet/lipgloss/issues/258
Fixes: https://github.com/charmbracelet/lipgloss/issues/220

* Update get.go
2024-03-29 15:05:18 -04:00
..
rows.go Feature: Tables (#218) 2023-10-10 10:27:52 -04:00
table_test.go feat(table): replace stripansi with ansi.Strip 2024-03-25 09:03:15 -04:00
table.go feat: switch to term/ansi for text manipulation (#268) 2024-03-29 15:05:18 -04:00
util.go Make headers []string (#234) 2023-10-12 00:53:13 -04:00