cheggaaa/pb
Console progress bar for Golang observed · 2026-08-28
Health v2 · maintenance only
77/100
- Activity 99
- Release rhythm 35
- Longevity 100
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 5020
- days_rel: n/a
- days_push: 10
- n_releases_24m: 0
Adoption not part of the score
3723 stars · 273 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
A Go library for rendering progress bars in the terminal, with configurable templates, refresh rates, byte formatting, and a proxy reader for wrapping io operations. It supports multiple preset styles and custom text/template-based rendering.
Use cases
- show a progress bar for long-running go cli tasks
- track file copy or download progress in terminal
- display progress for batch processing loops in go
- wrap an io.Reader to report progress while copying data
- render custom terminal progress bars with templates
When to choose
- you are writing a Go CLI or script that needs terminal progress feedback
- you want a lightweight, well-established progress bar library with io.Reader integration
- you need customizable bar templates and byte/speed formatting
When to avoid
- you need progress bars in a GUI or web application
- your project is not written in Go
- you need rich TUI dashboards rather than a single progress bar
Facets
library · maturity stable
cli developer-tools terminal-ui developer-tools go cli cross-platform progress-bar terminal console io-reader-wrapper command-line
1 source
- readme: https://github.com/cheggaaa/pb · fetched 2026-08-28 · 2426f99c29f0
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| cheggaaa/pb | main | 77 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem