Registry / cli / cheggaaa-pb

cheggaaa-pb

JSON →
library2.0.7+incompatiblegogounverified

Simple console progress bars.

go get github.com/cheggaaa/pb
INSTALL
IMPORT
SIG · CHEGGAAA-PB
C
cheggaaa-pb
cligov2.0.7+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.

pb
github.com/cheggaaa/pb

Display a simple progress bar in the console

package main import ( "time" "github.com/cheggaaa/pb" ) 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
breakingVersion 2.x is incompatible with v1; v2 uses a different API.
fix
Use v2 import path (github.com/cheggaaa/pb/v2) for latest version.
affects: 2.x
Upgrade
Version history
2.0.7+incompatiblelatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

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