abiosoft / ishell

Library for creating interactive cli applications.
MIT License
1.68k stars 195 forks source link

Add new Progress Bar #112

Open lu4p opened 5 years ago

lu4p commented 5 years ago

I propose a new Progressbar which automatically calculates its fill out of the amount of total elements and done Elements.

Examples: 1) 3 <===--------> 10 4 <====------> 10

2) 3.1 <===----------> 10.2 4.2 <====--------> 10.2

I`ll add this in the near future.