EverythingDirStat - A very basic GUI for navigating directories and finding large files

General discussion related to "Everything".
nutchapolsal
Posts: 1
Joined: Sat Feb 21, 2026 3:56 pm

EverythingDirStat - A very basic GUI for navigating directories and finding large files

Post by nutchapolsal »

image.png
Inspired by WizTree, but frustrated by its slowness on network locations, and realizing I already have Everything indexing all the stuff, I quickly made this.
It basically does the same as writing up (and changing) a parent: query, but doing that manually is boring.
Make sure to have file size, folder size, date created, and date modified indexed. The app requests those info and I have not tested without those indices enabled.
Written in Rust. May or may not get any more updates.

Download it here https://github.com/NutchapolSal/everyth ... tag/v0.1.0
You do not have the required permissions to view the files attached to this post.
void
Developer
Posts: 19901
Joined: Fri Oct 16, 2009 11:31 pm

Re: EverythingDirStat - A very basic GUI for navigating directories and finding large files

Post by void »

Thanks for creating and sharing EverythingDirStat!