https://github.com/ravbug/fatfilefinder
A native disk sweeping utility written in C++ for macOS, Windows, and Linux.
https://github.com/ravbug/fatfilefinder
cpp17 disk-usage drive linux macos native-apps sweeper windows wxwidgets
Last synced: 5 months ago
JSON representation
A native disk sweeping utility written in C++ for macOS, Windows, and Linux.
- Host: GitHub
- URL: https://github.com/ravbug/fatfilefinder
- Owner: Ravbug
- License: other
- Created: 2019-09-19T19:26:02.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-07-25T01:42:51.000Z (about 1 year ago)
- Last Synced: 2025-04-09T11:05:43.892Z (6 months ago)
- Topics: cpp17, disk-usage, drive, linux, macos, native-apps, sweeper, windows, wxwidgets
- Language: C++
- Homepage: https://www.ravbug.com/FatFileFinder/
- Size: 45.5 MB
- Stars: 9
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# 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](https://github.com/Ravbug/FatFileFinder) in C++, using the [wxWidgets](https://www.wxwidgets.org) library for GUI.
Similar to [WinDirStat](https://windirstat.net/), but lighter and faster.## Building
Use CMake:
```sh
mkdir -p build && cd build
cmake -G ..
cmake --build . --config Release --target install
```## Reporting bugs
To report a bug, use the [Issues](https://github.com/Ravbug/FatFileFinderCPP/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.