ivynya / table

Go CLI Table Generator

Home Page:https://pkg.go.dev/github.com/rodaine/table

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

table

Note

This is a fork of rodaine/table. It adds the ability to specify a custom formatter for any column, not just the first one. Use .WithColumnFormatter(i int, f Formatter) where i is less than the number of headers in the created table. I needed this feature quickly, and I would recommend using the original package instead of this fork.

License

table is released under the MIT License (Expat). See the full license.

About

Go CLI Table Generator

https://pkg.go.dev/github.com/rodaine/table

License:MIT License


Languages

Language:Go 100.0%