pop-launcher/plugins/src/calc/plugin.ron

12 lines
310 B
Text
Raw Normal View History

2021-08-10 01:04:20 +02: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: (
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")
)