feat: Update plugin metadata w/ 2-line syntax/example descriptions

This commit is contained in:
Jacob Kauffmann 2021-10-05 09:32:06 -06:00 committed by Michael Murphy
parent e419882691
commit 0c7f3631d3
6 changed files with 17 additions and 17 deletions

View file

@ -1,7 +1,7 @@
(
name: "Web Search",
description: "Site-specific web search: ddg {keywords...}",
name: "Web search",
description: "Syntax: { ddg | g | b | ... } <keywords>\nExample: ddg how to install Pop!_OS",
query: (help: "ddg ", priority: High),
bin: (path: "web"),
icon: Name("system-search"),
)
)