2021-08-10 01:04:20 +02:00
|
|
|
(
|
|
|
|
|
name: "Calculator",
|
|
|
|
|
description: "Math.JS calculations",
|
|
|
|
|
query: (
|
|
|
|
|
regex: "^(=)+",
|
|
|
|
|
help: "= ",
|
|
|
|
|
isolate: true,
|
|
|
|
|
),
|
2021-08-18 00:07:48 +02:00
|
|
|
bin: (path: "calc"),
|
2021-08-10 01:04:20 +02:00
|
|
|
icon: Name("x-office-spreadsheet")
|
|
|
|
|
)
|