This is a KRunner plugin to find files and directories with locate.
- Qt >= 5.15
- https://www.qt.io/
- KDE Frameworks >= 5.103
https://develop.kde.org/products/frameworks/
It depends on the libraries corresponding to the following Debian packages:
- libkf5i18n-dev
- libkf5kio-dev
- libkf5runner-dev
- plocate
- https://plocate.sesse.net/
- Or mlocate
- https://pagure.io/mlocate
- Or findutils
- https://savannah.gnu.org/projects/findutils/
mkdir build cd build cmake -C ~/Downloads/krunner_locate -G 'Ninja' \ -DCMAKE_BUILD_TYPE=Release -DKDE_INSTALL_USE_QT_SYS_PATHS=1 ninja install
The plugin is installed to /usr/lib/x86_64-linux-gnu/qt5/plugins/kf5/krunner/krunner_locate.so.
This plugin is triggered by either of *, ., /, or ?.
Wildcard
Only directories
Thanks for VSCode Projects Runner as great reference.

