Registry / utility / derailed-tview

derailed-tview

JSON →
library0.8.5gogounverified

Rich terminal user interface widgets for Go, based on tcell, providing primitives like boxes, lists, forms, and tables.

go get github.com/derailed/tview
INSTALL
IMPORT
SIG · DERAILED-TVIEW
D
derailed-tview
utilitygov0.8.5
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/derailed/tview

Creates a simple terminal application with a bordered box titled 'Hello, world!'.

package main import ( "github.com/derailed/tview" ) func main() { app := tview.NewApplication() box := tview.NewBox().SetBorder(true).SetTitle("Hello, world!") if err := app.SetRoot(box, true).Run(); err != nil { panic(err) } }
Debug
Known issues
gotchaThis is a fork of rivo/tview with potential API differences.
fix
Check the documentation for any breaking changes if migrating from rivo/tview.
affects: >=0.8.0
Upgrade
Version history
0.8.5latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
derailed-tview — go get derailed-tview · libregistry