p-ranav/indicators
Activity Indicators for Modern C++ observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 20
- Release rhythm 8
- Longevity 100
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: 2465
- days_rel: n/a
- days_push: 481
- n_releases_24m: 0
Adoption not part of the score
3410 stars · 270 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
A header-only Modern C++ library for rendering terminal progress bars and spinners, including multi-progress and dynamic progress displays. It is thread-safe, supports Unicode and terminal colors, and ships as a single-header version for easy integration.
Use cases
- show a progress bar while processing files in a C++ CLI tool
- display a loading spinner during long-running operations
- render multiple concurrent progress bars for parallel tasks
- add colored terminal progress indicators to a console application
- track elapsed and remaining time for batch jobs
When to choose
- you need lightweight, header-only progress indicators in a C++11+ project
- you want thread-safe multi-progress bars in terminal applications
- you prefer a single-header drop-in dependency with an MIT license
When to avoid
- you need GUI progress dialogs rather than terminal output
- your project is not C++ or requires bindings for other languages
- you need full TUI layouts beyond simple progress bars and spinners
Facets
library · maturity stable
terminal-ui developer-tools developer-tools cross-platform cpp cross-platform cli progress-bar spinner header-only single-header terminal-colors multiprogress thread-safe cpp11 command-line
1 source
- readme: https://github.com/p-ranav/indicators · fetched 2026-08-28 · e54a47bfacd1
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| p-ranav/indicators | main | 32 |
For agents
markdown · JSON · MCP: product_card(name="p-ranav/indicators")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem