pimalaya / neverest

CLI to synchronize, backup and restore emails
https://pimalaya.org
MIT License
193 stars 7 forks source link

Replace progress bars by `crossterm`-based ones #1

Open soywod opened 2 months ago

soywod commented 2 months ago

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.

shymega commented 2 months ago

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.

soywod commented 2 months ago

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!