You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Well, it's nice to inform the users how much data have been written to the disk.
Currently all it does is show a spinner
I suggest that you parse stdout of the dd command at the interval of 1 second and update the progressbar. dd already says how many bytes have been written.
I would make a PR but I do not know python well enough.
The text was updated successfully, but these errors were encountered:
Well, it's nice to inform the users how much data have been written to the disk.
Currently all it does is show a spinner
I suggest that you parse stdout of the
dd
command at the interval of 1 second and update the progressbar.dd
already says how many bytes have been written.I would make a PR but I do not know python well enough.
The text was updated successfully, but these errors were encountered: