Skip to content

An extension for ulauncher to search using KDE baloo indexing service

License

Notifications You must be signed in to change notification settings

IT-Hock/ulauncher-baloo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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