feat: Update plugin metadata w/ 2-line syntax/example descriptions
This commit is contained in:
parent
e419882691
commit
0c7f3631d3
6 changed files with 17 additions and 17 deletions
|
|
@ -1,6 +1,6 @@
|
|||
(
|
||||
name: "Recent Documents",
|
||||
description: "Show recently-opened files: recent {file}",
|
||||
name: "Recently-opened document search",
|
||||
description: "Syntax: recent <filename>\nExample: recent my-document.odt",
|
||||
query: (
|
||||
regex: "^(recent)\\s.*",
|
||||
help: "recent ",
|
||||
|
|
@ -8,4 +8,4 @@
|
|||
),
|
||||
bin: (path: "recent"),
|
||||
icon: Name("system-file-manager")
|
||||
)
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue