ctongfei/progressbar
Terminal-based progress bar for Java / JVM observed · 2026-08-28
Health v2 · maintenance only
63/100
- Activity 69
- Release rhythm 34
- 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: 4223
- days_rel: 230
- days_push: 186
- n_releases_24m: 1
Adoption not part of the score
1174 stars · 111 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A console-based progress bar library for the JVM with minimal runtime overhead, supporting declarative wrapping of collections/streams and imperative try-with-resources usage. It supports multiple concurrent bars, custom styles, ETA display, and JPMS modules.
Use cases
- show a progress bar for a long-running loop in Java
- track progress of file or stream processing on the JVM
- display multiple progress bars for parallel jobs
- wrap a collection or InputStream with automatic progress tracking
- add ETA and extra messages to console progress output
When to choose
- you need a lightweight, low-overhead progress indicator in Java/Kotlin/Scala console apps
- you want declarative wrapping of collections or streams with zero boilerplate
- you need multiple simultaneous progress bars for parallel tasks
When to avoid
- you need GUI or web-based progress reporting
- your output is not an ANSI-capable terminal
- you need rich TUI layouts beyond simple progress bars
Facets
library · maturity active
developer-tools cli developer-tools cross-platform jvm cli cross-platform progress-bar console-ui terminal-output java-library kotlin-friendly command-line
3 sources
- readme: https://github.com/ctongfei/progressbar · fetched 2026-08-28 · 6ad392e14382
- homepage: http://tongfei.me/progressbar/ · fetched 2026-08-29 · 1ced1a505745
- site_page: http://tongfei.me/progressbar/changelog · fetched 2026-08-29 · 656f7b95054d
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| ctongfei/progressbar | main | 63 |
For agents
markdown · JSON · MCP: product_card(name="ctongfei/progressbar")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem