tabby
tabby copied to clipboard
A tiny library for super simple Golang tables
`AddHeader` declares the table header does not necessarily add, the example below explains better my point of view ```go package main import "github.com/cheynewallace/tabby" func main(){ t := tabby.New() t.AddHeader("NAME", "TITLE",...
Asking if you could add colored output per column and row. Alternatively, if someone knows of a golang package to use to print colored columns let me know.
Strings in Japanese are not aligned, you might want to use `utf8.RuneCountInString` instead of `len` to compute the length of the strings. ## Example - https://go.dev/play/p/CUsKLViOtlR ## Output ``` COMPANY...