This extension allows you to search for files and folders in your system using the Baloo file indexer. It is based on the Baloo library, which is the file indexing and search framework for KDE Plasma.
Setup
git clone https://github.com/Ulauncher/Ulauncher
ULAUNCHER_PTH=$(python -c 'import site; print(site.getsitepackages()[0])')/ulauncher.pth
realpath Ulauncher > $ULAUNCHER_PTH
pip install websocket-client python-Levenshtein
pip install pytest pytest-pep8 freezegun
Run tests
pytest