Byron / dua-cli

View disk space usage and delete unwanted data, fast.
https://lib.rs/crates/dua-cli
MIT License
4.19k stars 113 forks source link

Interactive Usage Bar Granularity #23

Closed CosmicHorrorDev closed 4 years ago

CosmicHorrorDev commented 5 years ago

I think it would be nice to have the usage bar from interactive mode support the different eighths sections instead of just full or empty. I already have a hacky version that adds this functionality.

vks commented 5 years ago

It probably makes sense to use https://github.com/mitsuhiko/indicatif in the long term for this and progress reporting.

ghost commented 5 years ago

indicatif would also be my choice, but it would certainly be interesting to get a look at the version that @LovecraftianHorror created to get a better idea of what they mean.

Just some notes about the current implementation.

CosmicHorrorDev commented 4 years ago

82333ac619e95a0635c20e9bc16b364b5f520e2d and 26b9569472ffb300d7019dbed5524fdbf688c6b8 add this functionality