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

Don't use termion for `dua aggregate` coloring on windows #50

Closed Byron closed 4 years ago

Byron commented 4 years ago

This is already sufficiently abstracted…

https://github.com/Byron/dua-cli/blob/b7ed2bbc957c416e8af08983bba46a4fe2a9553c/src/common.rs#L117-L145

…which should make it straightforward to use a 'color-crate' that is cross-platform. Maybe it's possible to use that on linux as well, but it's not mandatory as it would also increase compile times.

Related to #2