https://github.com/four43/gnome-search-framework
A Dbus Plugin for Gnome Search that will find projects and open in my editor
https://github.com/four43/gnome-search-framework
Last synced: about 1 year ago
JSON representation
A Dbus Plugin for Gnome Search that will find projects and open in my editor
- Host: GitHub
- URL: https://github.com/four43/gnome-search-framework
- Owner: four43
- Created: 2024-02-25T19:10:30.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-09-08T13:45:33.000Z (over 1 year ago)
- Last Synced: 2025-02-09T10:30:59.233Z (over 1 year ago)
- Language: Python
- Size: 17.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Gnome Search Projects Provider
A framework to quickly extend Gnome search for custom providers.
Primary Docs: https://developer.gnome.org/documentation/tutorials/search-provider.html
With help from:
*
* [cnjhb/gnome-command-search-provider](https://github.com/cnjhb/gnome-command-search-provider), thanks for the example!
Full text indexing:
## Features
- Create a search provider by extending a simple Python class
- Other languages easily supported too by using a subprocess and "structured" output
- Easy install/uninstall using `make install|uninstall PROJECT_DIR=[PROJECT_DIR]`
- View logs for a custom search provider using `make logs PROJECT_DIR=[PROJECT_DIR]`
-