ctongfei / progressbar

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

ability to resume when the app restarts and added parametric speed unit #56

Closed mesat closed 4 years ago

mesat commented 4 years ago

Hi, I want to use this great progress bar for an application that sometimes we need to restart. stepTo() is not suitable for us because it affects the speed estimate. So we need to add some features.

added new feature: resume added new feature: resume with elapsed time

Secondly, we needed extra speed units for long processes.

added parametric speed unit

ctongfei commented 4 years ago

Thanks @mesat ! I'll take a look after Dec. 10 -- I'm extremely busy right now and I'm afraid I cannot check and merge this at this time.

ctongfei commented 4 years ago

Related to #17

ctongfei commented 4 years ago

Superseded by #63 .