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.
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
ddcommand at the interval of 1 second and update the progressbar.ddalready says how many bytes have been written.I would make a PR but I do not know python well enough.