sjmikler / progress-table

Display progress as a pretty table in the command line.
MIT License
90 stars 3 forks source link

[FEATURE] Continuous progress bar #7

Closed naddeoa closed 6 months ago

naddeoa commented 9 months ago

For my table, I don't actually know when the items will finish. They shell out to a subprocess where anything can happen. Having a spinner/bouncing option would be nice there so highlight that things are happening but the end isn't known. I think I'd have to manually fake this by just making it fill up slowly and then rush to 100% when the subprocess finishes without this feature.

sjmikler commented 6 months ago

This feature was added in 1.0.0 version. Whenever length of the iterable is unknown, the progress bar will be incremented at every step. Whenever it fills ups, it will reset and start over.