feat: Show examples in plugin help

Adds examples to each of the plugins' config files.

Closes #25
This commit is contained in:
Michael Aaron Murphy 2021-09-22 22:38:58 +02:00 committed by Michael Murphy
parent 5eb5b2276d
commit 7fde48cc37
6 changed files with 6 additions and 6 deletions

View file

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