pop-launcher/toolkit/examples/plugin.ron

13 lines
298 B
Text
Raw Normal View History

2022-05-18 11:27:24 +02:00
(
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"),
)