Registry / cli / rivo-tview

rivo-tview

JSON →
library0.42.0gogounverified

Rich terminal user interface widgets for Go, including forms, tables, and text views.

go get github.com/rivo/tview
INSTALL
IMPORT
SIG · RIVO-TVIEW
R
rivo-tview
cligov0.42.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.

tview
github.com/rivo/tview

Create a simple bordered box in a terminal app.

package main import ( "github.com/rivo/tview" ) func main() { app := tview.NewApplication() box := tview.NewBox().SetBorder(true).SetTitle("Hello, tview!") if err := app.SetRoot(box, true).Run(); err != nil { panic(err) } }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
26 hits · last 30 days
node
24
OpenAI (training)
1
Resources
rivo-tview — go get rivo-tview · libregistry