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

Consider using binary (KiB, MiB) format by default. #85

Closed kanashimia closed 1 year ago

kanashimia commented 3 years ago

It just makes more sense :moyai:, and it is the behavior of ls -lh, free -h, du -h.

Byron commented 3 years ago

It's certainly common to use the binary variants on all platforms I know that aren't Apple.

So I think on Apple platforms the behaviour should stay as it is, and everywhere else it can change to using binary formats by default.