Registry / cli / gosuri-uiprogress

gosuri-uiprogress

JSON →
library0.0.1gogounverified

A Go library for rendering progress bars in terminal applications.

go get github.com/gosuri/uiprogress
INSTALL
IMPORT
SIG · GOSURI-UIPROGRESS
G
gosuri-uiprogress
cligov0.0.1
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.

uiprogress
github.com/gosuri/uiprogress

Creates and updates a progress bar in the terminal.

package main import ( "time" "github.com/gosuri/uiprogress" ) func main() { uiprogress.Start() bar := uiprogress.AddBar(100) for i := 0; i <= 100; i++ { bar.Incr() time.Sleep(time.Millisecond * 10) } }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
20 hits · last 30 days
node
20
Resources
gosuri-uiprogress — go get gosuri-uiprogress · libregistry