pop-launcher/plugins/src/web/plugin.ron
Michael Aaron Murphy 7fde48cc37 feat: Show examples in plugin help
Adds examples to each of the plugins' config files.

Closes #25
2021-10-05 17:44:48 +02:00

7 lines
No EOL
191 B
Text

(
name: "Web Search",
description: "Site-specific web search: ddg {keywords...}",
query: (help: "ddg ", priority: High),
bin: (path: "web"),
icon: Name("system-search"),
)