neverest icon indicating copy to clipboard operation
neverest copied to clipboard

Replace progress bars by `crossterm`-based ones

Open soywod opened this issue 1 year ago • 2 comments

Progress bars actually come from indicatif, which is based on console. Since all other components migrated to crossterm, we need to replace progress bars and spinners by crossterm-based ones.

soywod avatar Sep 03 '24 05:09 soywod

The interesting thing is that neverest sync does show the progress bar, but I was running it with --dry-run when I mentioned it to you. If you do it in dry run mode, the progress bar does not appear.

shymega avatar Sep 03 '24 14:09 shymega

Ah yes indeed, --dry-run runs so fast for me that I never realized they don't move. Good to keep in mind for the replacement!

soywod avatar Sep 03 '24 19:09 soywod