Registry / cli / vbauerster-mpb

vbauerster-mpb

JSON →
library3.4.0+incompatiblegogounverified

Package mpb is a library for rendering progress bars in terminal applications.

go get github.com/vbauerster/mpb
INSTALL
IMPORT
SIG · VBAUERSTER-MPB
V
vbauerster-mpb
cligov3.4.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.

mpb
github.com/vbauerster/mpb

Create and display a progress bar

package main import ( "time" "github.com/vbauerster/mpb" "github.com/vbauerster/mpb/decor" ) func main() { p := mpb.New() bar := p.AddBar(100, mpb.AppendDecorators(decor.Percentage())) for i := 0; i < 100; i++ { time.Sleep(10 * time.Millisecond) bar.Increment() } p.Wait() }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.4.0+incompatiblelatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
35 hits · last 30 days
node
30
OpenAI (training)
1
Resources
vbauerster-mpb — go get vbauerster-mpb · libregistry