MRtrix3 / mrtrix3

MRtrix3 provides a set of tools to perform various advanced diffusion MRI analyses, including constrained spherical deconvolution (CSD), probabilistic tractography, track-density imaging, and apparent fibre density
http://www.mrtrix.org
Mozilla Public License 2.0
281 stars 176 forks source link

Idea for simplified progress bar appearance #2936

Open Lestropie opened 1 week ago

Lestropie commented 1 week ago

Posting to get off my mind from #2935.

Currently, the bar is 50 characters wide, and starts at the tail of the progress bar message. This makes it exceptionally easy to wrap.

What could be done instead is that the bar itself starts on a new line after the progress bar message.

Further, if we wanted to be clever, we could have the total width of the progress bar determined by the length of the progress bar message; so the end of the text message and the end of the corresponding progress bar underneath always line up perfectly. Just 'cause.