ctongfei / progressbar

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

Added speed display #43

Closed hlxid closed 6 years ago

hlxid commented 6 years ago

I have a project which downloads many files. So I had thought it would be handy to see the current download speed.

The Result: Downloading file 41% [==============================> ] 9/23MB (0:00:04 / 0:00:05) (2.4MB/s)

In case you want my changes you can merge them and if you have any suggestions I would be happy to hear them.

ctongfei commented 6 years ago

Thanks for the contribution! I've merged it in a different branch. After some minor modifications it'll go into the master branch and be released.

hlxid commented 6 years ago

Ok Thanks!

ctongfei commented 6 years ago

Published to 0.7.2.