# cheggaaa/pb

Console progress bar for Golang

Repository: https://github.com/cheggaaa/pb
Canonical: https://ross.abutalabs.com/products/pb
Language: Go
License: BSD-3-Clause
License Family: permissive
Topics: go, progress-bar, terminal
Last push: 2026-08-24T02:03:11+00:00

## Health v2 (maintenance only)
Score: 77/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 99, release rhythm 35, longevity 100
- inputs: {"age_days": 5020, "days_push": 10, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 3723, forks 273 (observed 2026-08-28T04:08:15.593022+00:00)

## What it is
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
- artifact type: library
- maturity: stable
- function: cli, developer-tools, terminal-ui
- domain: developer-tools
- platform: go, cli, cross-platform
- tags: progress-bar, terminal, console, io-reader-wrapper, command-line

## Member repositories
- cheggaaa/pb (main) score 77

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:08:15.593022+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T18:29:17.825454+00:00, confidence not recorded.
  - readme: https://github.com/cheggaaa/pb (fetched 2026-08-28T04:08:15.593022+00:00, sha 2426f99c29f0)
- Data as of 2026-08-30T08:39:29.467469+00:00.
