Registry / utility / navidys-tvxwidgets

navidys-tvxwidgets

JSON →
library0.13.0gogounverified

A collection of terminal UI widgets for the tview library.

go get github.com/navidys/tvxwidgets
INSTALL
IMPORT
SIG · NAVIDYS-TVXWIDGETS
N
navidys-tvxwidgets
utilitygov0.13.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.

tvxwidgets
github.com/navidys/tvxwidgets

Create a progress bar widget in a tview application

package main import ( "github.com/navidys/tvxwidgets" "github.com/rivo/tview" ) func main() { app := tview.NewApplication() gauge := tvxwidgets.NewProgressBar() gauge.SetProgress(50) app.SetRoot(gauge, true) app.Run() }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
navidys-tvxwidgets — go get navidys-tvxwidgets · libregistry