Skip to content

A native disk sweeping utility written in C++ for macOS, Windows, and Linux.

License

Notifications You must be signed in to change notification settings

Ravbug/FatFileFinder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Jul 25, 2024
e92f284 · Jul 25, 2024
Jul 25, 2024
Nov 1, 2023
Sep 28, 2021
Mar 21, 2021
Mar 21, 2021
Nov 8, 2023
Jun 3, 2020
Nov 1, 2023
Sep 26, 2021
Mar 21, 2021
Sep 26, 2021
Mar 21, 2021
Sep 19, 2019
Sep 19, 2019

Repository files navigation

FatFileFinder

Information

This cross-platform app sweeps a folder or drive and displays the size of each item in the folder, to assist the user in cleaning their drive. This version is a rewrite of my Windows-only version in C++, using the wxWidgets library for GUI. Similar to WinDirStat, but lighter and faster.

Building

Use CMake:

mkdir -p build && cd build
cmake -G ..
cmake --build . --config Release --target install

Reporting bugs

To report a bug, use the Issues tab on this github page. For crashes, please run the program in a debugger and tell me which line the exception breakpoint triggers, and under which conditions, so that I can more easily and more quickly fix the issue.