Registry / utility / cheynewallace-tabby

cheynewallace-tabby

JSON →
library1.1.1gogounverified

Package tabby provides a simple library for formatting tabular output in the terminal.

go get github.com/cheynewallace/tabby
INSTALL
IMPORT
SIG · CHEYNEWALLACE-TABB
C
cheynewallace-tabby
utilitygov1.1.1
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.

tabby
github.com/cheynewallace/tabby

Print a formatted table

package main import ( "fmt" "github.com/cheynewallace/tabby" ) func main() { t := tabby.New() t.AddHeader("Name", "Age") t.AddLine("Alice", 30) t.AddLine("Bob", 25) fmt.Println(t.Render()) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
cheynewallace-tabby — go get cheynewallace-tabby · libregistry