dutree
dutree copied to clipboard
a tool to analyze file system usage written in Rust
implements #14 The implementation is fairly rudimentary and doesn't allow to change depth, aggregate or other options.
run cargo build get the error: extern crate unicode_segmentation; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate lack of something?
I compared `dutree` to my usual go-to solution of `du -h -d3 | sort -h` on my `src` directory, and it is much slower. This is on macOS, and this...
Something that the standard `du` gets correct but `dutree` does not is avoid double-counting the usage of multiple directory entires that refer to the same files (hard links). Since you...
Tools like `dutree` or `du` are generally used for finding files to clean up to free up space. The space that will be freed up corresponds to the files block...
It would be useful if it was possible to save a log with current disk usage to later come back and run a diff against the log instead of another...
`-x` should have been "stay on one filesystem" instead of "exclude", for parity with `du` and `ncdu`. Anyway, there should be something like `-X` then to avoid going to other...
after installing with cargo ... thread 'main' panicked at 'called `Option::unwrap()` on a `None` value', /home/nadim/.cargo/registry/src/github.com-1ecc6299db9ec823/dutree-0.2.18/src/lib.rs:565:36 note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace