Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 723 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 723 Bytes

Baloo ulauncher Extension

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.

Running tests

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