ctongfei / progressbar

Terminal-based progress bar for Java / JVM
http://tongfei.me/progressbar/
MIT License
1.07k stars 102 forks source link

Custom progress bar style and colors #152

Closed PakhomovAlexander closed 1 year ago

PakhomovAlexander commented 1 year ago

Support ANSI colors and write documentation

Now a user can define their own symbols for the progress bar. Also, ANSI colors are supported.

The change is backward-compatible.

ctongfei commented 1 year ago

Merged DrawStyle with the old ProgressBarStyle into a single class. Thanks for the PR!