Registry / cli / schollz-progressbar

schollz-progressbar

JSON →
library1.0.0gogounverified

A simple terminal progress bar for Go applications.

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

Creates and updates a terminal progress bar.

package main import ( "time" "github.com/schollz/progressbar" ) func main() { bar := progressbar.New(100) for i := 0; i < 100; i++ { bar.Add(1) time.Sleep(10 * time.Millisecond) } }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

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