A lightweight, work‑in‑progress file explorer built with Qt6 and C++.
Qt 6C++ 20or newerCMake>= 3.14
Add git hooks:
bash scripts/setup-git-hooks.shThe script works the same for Windows - in case you have Qt6 installed.
So on Windows you simply run build.ps1
# build
bash build.sh
# build and run
bash build.sh --run
# run binary after build
./build/QtFiles
# run tests
bash build.sh --test # can be combined with the --run flag
./build/run_tests
# build clean, run test and run
bash build.sh --clean --test --run