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