Open ulauncher preferences window -> extensions -> add extension and paste the following url:
https://github.com/brpaz/ulauncher-file-search
This extension provides the following keywords:
To search, input one of the previous keywords to trigger the extension and start typing your search criteria. Ulauncher will call "fd" under the hood to perform your search and it will display a list of results.
git clone https://github.com/brpaz/ulauncher-file-search
make link
The make link
command will symlink the cloned repo into the appropriate location on the ulauncher extensions folder.
Make sure Ulauncher is not running and from command line run:
ulauncher --no-extensions --dev -v |& grep "file-search"
This will start ulauncher with all the extensions disable which will make it easier to look for logs.
You then have to start the Circle CI extension manually. In the output of the previous command you should find something similar to this:
VERBOSE=1 ULAUNCHER_WS_API=ws://127.0.0.1:5054/file-search PYTHONPATH=/usr/lib/python3/dist-packages /usr/bin/python3 /home/bruno/.cache/ulauncher_cache/extensions/file-search/main.py
Copy and run that command in another terminal window.
Your extension should now be running. To see your changes, just Ctrl+C and re-run the last command.
All contributions are welcome. Just open an issue and/or create a PR.
If you like my work, feel free to "Buy me a Coffee".
MIT © Bruno Paz