Registry / cli / schollz-progressbar-v2

schollz-progressbar-v2

JSON →
library2.15.0gogounverified

A simple progress bar for terminal output.

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

Display a progress bar that increments to 100.

package main import ( "time" "github.com/schollz/progressbar/v2" ) func main() { bar := progressbar.New(100) for i := 0; i < 100; i++ { bar.Add(1) time.Sleep(10 * time.Millisecond) } }
Debug
Known issues
breakingVersion 2 is deprecated; use v3 for new projects.
fix
Switch to github.com/schollz/progressbar/v3.
affects: 2.x
Upgrade
Version history
2.15.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

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