a8m / pb

Console progress bar for Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

There is no way to align progress bars in MultiBar

kuznero opened this issue · comments

Here is what I see:

7.85 GB / 13.96 GB ╢██████████████████████████░░░░░░░░░░░░░░░░░░░░░░░░░░░╟ 56.26 % 1.41 GB/s 4s
7.82 GB / 7.82 GB ╢██████████████████████████████████████████████████████╟ 100.00 % 39.08 GB/s 
3.37 GB / 21.79 GB ╢██████████░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░╟ 15.49 % 664.74 MB/s 28s

Instead, it would be nice to see something like following:

7.85 GB / 13.96 GB ╢██████████████████████████░░░░░░░░░░░░░░░░░░░░░░░░╟  56.26 %   1.41 GB/s  4s
7.82 GB /  7.82 GB ╢██████████████████████████████████████████████████╟ 100.00 %  39.08 GB/s 
3.37 GB / 21.79 GB ╢██████████░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░╟  15.49 % 664.74 MB/s 28s