Registry / cli / mum4k-termdash

mum4k-termdash

JSON →
library0.22.0gogounverified

A terminal-based dashboard library for Go.

go get github.com/mum4k/termdash
INSTALL
IMPORT
SIG · MUM4K-TERMDASH
M
mum4k-termdash
cligov0.22.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.

termdash
github.com/mum4k/termdash

Initialize a terminal dashboard with a split container layout.

package main import ( "context" "github.com/mum4k/termdash" "github.com/mum4k/termdash/container" "github.com/mum4k/termdash/terminal/termbox" ) func main() { t, err := termbox.New() if err != nil { panic(err) } defer t.Close() ctx, cancel := context.WithCancel(context.Background()) defer cancel() c, err := container.New(t, container.ID("root"), container.SplitHorizontal(container.Top(), container.Bottom())) if err != nil { panic(err) } if err := termdash.Run(ctx, t, c); err != nil { panic(err) } }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
13 hits · last 30 days
node
12
Amazon
1
Resources
mum4k-termdash — go get mum4k-termdash · libregistry