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

[Feature request]Add an option, do not sort the result #83

Closed c02y closed 3 years ago

c02y commented 3 years ago

When I use dua to count the size of multiple targets, since sometimes the order of the targets' names is more important to me, I do not want dua to sort the size of the result but keep the order of the names passed as arguments to the dua command.

Byron commented 3 years ago

For the aggregate mode this already exists. It can be enabled with dua a --no-sort <roots>. That's not a thing in interactive mode though, is this what this request is referring to?

c02y commented 3 years ago

Oh, sorry, didn't notice the subcommand have a help page