Registry / cli / alexeyco-simpletable

alexeyco-simpletable

JSON →
library1.0.0gogounverified

Generate and display ASCII tables in the terminal with a declarative API.

go get github.com/alexeyco/simpletable
INSTALL
IMPORT
SIG · ALEXEYCO-SIMPLETAB
A
alexeyco-simpletable
cligov1.0.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

simpletable
github.com/alexeyco/simpletable

Create and print a simple ASCII table.

package main import ( "fmt" "github.com/alexeyco/simpletable" ) func main() { table := simpletable.New() table.Header = &simpletable.Header{ Cells: []*simpletable.Cell{ {Text: "#"}, {Text: "Name"}, }, } table.Body.Cells = [][]*simpletable.Cell{ {{Text: "1"}, {Text: "Alice"}}, } table.Println() fmt.Println() }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
48 hits · last 30 days
node
42
Perplexity
1
OpenAI (training)
1
Resources
alexeyco-simpletable — go get alexeyco-simpletable · libregistry