11 lines
249 B
Text
11 lines
249 B
Text
|
|
(
|
||
|
|
name: "Terminal Commands",
|
||
|
|
description: "Run commands in a terminal",
|
||
|
|
query: (
|
||
|
|
regex: "^(:|t:|run ).*",
|
||
|
|
help: "run ",
|
||
|
|
isolate: true,
|
||
|
|
),
|
||
|
|
bin: (path: "terminal.js"),
|
||
|
|
icon: Name("utilities-terminal"),
|
||
|
|
)
|