docs(toolkit): add a plugin example

This commit is contained in:
Paul Delafosse 2022-05-18 11:27:24 +02:00 committed by Michael Murphy
parent 8293392969
commit 3f8253ad76
4 changed files with 155 additions and 1 deletions

View file

@ -0,0 +1,12 @@
(
name: "Find man pages",
description: "Syntax: { whatis }\nExample: whatis git",
query: (
regex: "^(whatis ).+",
help: "whatis",
isolate: true,
no_sort: true,
),
bin: (path: "man-pages-plugin"),
icon: Name("org.gnome.Documents-symbolic"),
)