Registry / cli / cheggaaa-pb-v3

cheggaaa-pb-v3

JSON →
library3.1.7gogounverified

A simple progress bar library for Go, supporting multiple styles and customization.

go get github.com/cheggaaa/pb/v3
INSTALL
IMPORT
SIG · CHEGGAAA-PB-V3
C
cheggaaa-pb-v3
cligov3.1.7
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.

pb
github.com/cheggaaa/pb/v3

Create and update a progress bar.

package main import ( "time" "github.com/cheggaaa/pb/v3" ) func main() { count := 100 bar := pb.StartNew(count) for i := 0; i < count; i++ { bar.Increment() time.Sleep(time.Millisecond * 10) } bar.Finish() }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
22 hits · last 30 days
node
20
Resources
cheggaaa-pb-v3 — go get cheggaaa-pb-v3 · libregistry