cross platform search tool inspired by voidtools Everything
- file watching
- fast search
- open, open location and properties
- drag and drop
- hiding deleted files
- persistent database
- qt5 or qt6
- cmake
cmake -S . -B build [extra-options]
to force a specific qt version (eg. Qt6) add:
-DQT_DIR=/usr/lib/cmake/Qt6
this directory should contain a file Qt6Config.cmake (or the version of qt you want)
if -DQT_DIR is not provided or is invalid, it defaults to qt5 if installed
cmake --build build
cmake --install build --prefix out