File System Stats is a simple tool to diagnose where large amounts of storage are being used, inspired by WinDirStat. The goal of this project was to make a faster version of WinDirStat with perhaps not all the features. The current version scans 350k files on my 1TB SSD in under 45 seconds.
- Install nightly Rust via rustup.rs
- Build with the command
cargo +nightly build --release
- Executable will be in the
target/release/
directory
- Directory walking and scanning
- Simple UI with Dear IMGUI
- Directory tree orderered by size of contents
- Total file size by file extension
- Directory scan progress
- File size treemap (planned but not complete)