Skip to content

A simple tool to diagnose where storage is allocated in your filesystem.

License

Notifications You must be signed in to change notification settings

Tenebryo/file-system-stats

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

File System Stats

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.

Installation

  • Install nightly Rust via rustup.rs
  • Build with the command cargo +nightly build --release
  • Executable will be in the target/release/ directory

Implemented Features

  • 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)

About

A simple tool to diagnose where storage is allocated in your filesystem.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages