Registry / cli / vbauerster-mpb-v4

vbauerster-mpb-v4

JSON →
library4.12.2gogounverified

A library for rendering progress bars in terminal applications.

go get github.com/vbauerster/mpb/v4
INSTALL
IMPORT
SIG · VBAUERSTER-MPB-V4
V
vbauerster-mpb-v4
cligov4.12.2
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/v4

Create and display a progress bar.

package main import ( "time" "github.com/vbauerster/mpb/v4" "github.com/vbauerster/mpb/v4/decor" ) func main() { p := mpb.New() bar := p.AddBar(100, mpb.BarStyle(), mpb.PrependDecorators(decor.Name("loading"))) 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
4.12.2latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
34 hits · last 30 days
node
30
Resources
vbauerster-mpb-v4 — go get vbauerster-mpb-v4 · libregistry