Commit graph

4 commits

Author SHA1 Message Date
pin
c968c2297b sysutils/dust: update to 0.7.0
-new flags added -e -v -t
-code refractoring
2021-09-19 11:52:24 +00:00
pin
d9cd864075 sysutils/dust: update to 0.6.1
-Change size of softlinks to 0
-Refactor: Compress arguemnts to one object
-Rename file: dirwalker -> dir_walker
2021-07-19 15:18:16 +00:00
pin
027f844b39 sysutils/dust: update to 0.6.0
-Add support for width flag #126
-Add wrap_help feature to clap
-Simplify conflict implementation
-Large refactor. Use rayon, 10X performance boost
-Remove -x option
2021-06-24 08:45:55 +00:00
pin
b538f098ad sysutils/dust: import package
du + rust = dust. Like du but more intuitive.

Dust is meant to give you an instant overview of which directories are using
disk space without requiring sort or head.
It will print a maximum of one 'Did not have permissions message'.

Dust will list a slightly-less-than-the-terminal-height number of the biggest
subdirectories or files and will smartly recurse down the tree to find the
larger ones.
There is no need for a '-d' flag or a '-h' flag.
The largest subdirectories will be colored.

Apparent-size is calculated slightly differently in dust to gdu.
In dust each hard link is counted as using file_length space. In gdu only the
first entry is counted.
2021-01-17 19:31:37 +00:00