npkgz / cli-progress

:hourglass: easy to use progress-bar for command-line/terminal applications
https://www.npmjs.com/package/cli-progress
MIT License
1.11k stars 84 forks source link

Multiple progresses in one bar #129

Open ChocolateLoverRaj opened 2 years ago

ChocolateLoverRaj commented 2 years ago

Multiple Progresses Bar (1) The total would be the same, but there could be multiple different progresses. In the example image, the green color has more progress than the green color.

I'm using this library for showing progress of copying a MongoDB database. I have a progress bar for each collection I'm copying. The write progress will always be <= read progress, because each document has to be read first. So with the example green is write progress and blue is read progress.

AndiDittrich commented 2 years ago

i'll handle this as proposed feature request. but currently i've no time to implement it.

technically it requires a new progressBar class like the Multibar

clintandrewhall commented 10 months ago

I could use this feature, as well... but I've no time to implement it, either. c'est la vie