Mpdreamz / shellprogressbar

ShellProgressBar - display progress in your console application
MIT License
1.43k stars 134 forks source link

Indeterminate Progress Bar Support #62

Closed adam8797 closed 3 years ago

adam8797 commented 4 years ago

An important feature of progress bars is that they have an indeterminate mode, for situations when we want to convey to the user that we're still working, but we have no idea what the progress of the action is.

Is this something that could be added?

0xced commented 3 years ago

There's an excellent library that handle indeterminate progress reporting for .NET Standard: Kurukuru. It's well documented, well architected and has a wide range of predefined spinner styles.

peter-shinydocs commented 3 years ago

Or you could just have an option to not display the percentage.

Mpdreamz commented 3 years ago

Implemented as per #74 thanks to @peter-shinydocs https://github.com/Mpdreamz/shellprogressbar/pull/74