pop-launcher/toolkit/examples/plugin.ron
2022-05-26 16:54:06 +02:00

12 lines
298 B
Text

(
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"),
)