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

General discussion related to "Everything".
Post Reply
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
image.png (115.12 KiB) Viewed 1208 times
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
void
Developer
Posts: 19830
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!
Post Reply