2021-08-10 01:04:20 +02:00
|
|
|
(
|
2021-10-05 09:32:06 -06: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,
|
|
|
|
|
),
|
2021-08-23 20:04:10 +02:00
|
|
|
bin: (path: "terminal"),
|
2021-08-10 01:04:20 +02:00
|
|
|
icon: Name("utilities-terminal"),
|
2022-05-12 16:42:56 +02:00
|
|
|
history: true,
|
2021-10-05 09:32:06 -06:00
|
|
|
)
|