Registry / cli / schollz-progressbar-v3

schollz-progressbar-v3

JSON →
library3.19.0gogounverified

Progressbar provides a simple, customizable progress bar for terminal applications.

go get github.com/schollz/progressbar/v3
INSTALL
IMPORT
SIG · SCHOLLZ-PROGRESSBA
S
schollz-progressbar-v3
cligov3.19.0
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.

progressbar
github.com/schollz/progressbar/v3

Creates and updates a default progress bar.

package main import ( "github.com/schollz/progressbar/v3" ) func main() { bar := progressbar.Default(100) for i := 0; i < 100; i++ { bar.Add(1) } }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
14 hits · last 30 days
node
12
OpenAI (training)
1
Resources
schollz-progressbar-v3 — go get schollz-progressbar-v3 · libregistry