I have attached a screenshot as an example. I want to create my custom search option that executes specific scripts.
>Solution :
These results are provided by a Gnome Shell search provider. From Gnome Developper Documentation:
A search provider is a mechanism by which an application can expose its search capabilities to GNOME Shell. When the user types anything in the shell’s search entry, the text is forwarded to all known search providers, and the results are relayed back for display.
The link introduces how a search provider is implemented.
