pop-launcher/plugins/src/terminal/plugin.ron

11 lines
257 B
Text
Raw Normal View History

2021-08-10 01:04:20 +02:00
(
name: "Terminal Commands",
description: "Run commands in a terminal: run {cmd}",
2021-08-10 01:04:20 +02:00
query: (
regex: "^(:|t:|run ).*",
help: "run ",
isolate: true,
),
bin: (path: "terminal"),
2021-08-10 01:04:20 +02:00
icon: Name("utilities-terminal"),
)