Registry / cli / vbauerster-mpb-v8

vbauerster-mpb-v8

JSON →
library8.8.3gogounverified

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

go get github.com/vbauerster/mpb/v8
INSTALL
IMPORT
SIG · VBAUERSTER-MPB-V8
V
vbauerster-mpb-v8
cligov8.8.3
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/v8

Create and update a progress bar.

package main import ( "time" "github.com/vbauerster/mpb/v8" "github.com/vbauerster/mpb/v8/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
8.8.3latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
39 hits · last 30 days
node
36
Resources
vbauerster-mpb-v8 — go get vbauerster-mpb-v8 · libregistry