sjmikler / progress-table

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

[FEATURE] Nested/multi level progress #9

Closed naddeoa closed 6 months ago

naddeoa commented 9 months ago

This is a handy feature in tqdm and it works well for a row based table UX like progress-table has. I'd like to use it to show both the overall progress of the table (since the user doesn't know how many rows are to come) as well as the progress for the current row.

sjmikler commented 6 months ago

This feature was added in version 1.1.0.

First progress bar can be either "embedded" or "non-embedded", depending on your settings. All the nested progress bars will be standard. Moreover, "non-embedded" progress bar is not obscuring the latest row anymore, they are printed "below" the table.

obraz