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

13 lines
318 B
Text
Raw Normal View History

2021-08-10 01:04:20 +02:00
(
name: "Terminal or background commands",
description: "Syntax: { run | t: | : } <command>\nExample: run sudo apt update",
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"),
history: true,
)