2021-08-10 01:04:20 +02:00
|
|
|
(
|
2021-10-05 09:32:06 -06:00
|
|
|
name: "Calculator with unit conversion (uses Qalculate! expressions)",
|
|
|
|
|
description: "Syntax: = <expression>\nExample: = 10 J / (196x^2) = 4 kW/s",
|
2021-08-10 01:04:20 +02:00
|
|
|
query: (
|
2022-03-28 21:08:33 +02:00
|
|
|
regex: "^[=\\-0-9].*",
|
2021-08-10 01:04:20 +02:00
|
|
|
help: "= ",
|
2021-10-20 21:40:10 +02:00
|
|
|
priority: High,
|
|
|
|
|
isolate_with: "^(=).*",
|
2021-08-10 01:04:20 +02:00
|
|
|
),
|
2021-08-18 00:07:48 +02:00
|
|
|
bin: (path: "calc"),
|
2021-08-10 01:04:20 +02:00
|
|
|
icon: Name("x-office-spreadsheet")
|
|
|
|
|
)
|