Registry / cli / gizak-termui

gizak-termui

JSON →
library3.1.0+incompatiblegogounverified

Terminal dashboard and widget library for Go.

go get github.com/gizak/termui
INSTALL
IMPORT
SIG · GIZAK-TERMUI
G
gizak-termui
cligov3.1.0+incompatible
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.

termui
github.com/gizak/termui

Create a simple terminal UI with a paragraph widget

package main import ( "log" ui "github.com/gizak/termui/v3" "github.com/gizak/termui/v3/widgets" ) func main() { if err := ui.Init(); err != nil { log.Fatal(err) } defer ui.Close() p := widgets.NewParagraph() p.Text = "Hello, TermUI!" p.SetRect(0, 0, 25, 5) ui.Render(p) }
Debug
Known issues
breakingVersion 3.x has breaking API changes from v2
fix
Use v3 import path and updated widget API
affects: >=3.0.0
Upgrade
Version history
3.1.0+incompatiblelatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
16 hits · last 30 days
node
14
Amazon
1
OpenAI (training)
1
Resources
gizak-termui — go get gizak-termui · libregistry