An open API service indexing awesome lists of open source software.

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

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]`
-