pop-launcher/plugins/src/calc/plugin.ron
2022-03-29 01:52:13 +02:00

12 lines
350 B
Text

(
name: "Calculator with unit conversion (uses Qalculate! expressions)",
description: "Syntax: = <expression>\nExample: = 10 J / (196x^2) = 4 kW/s",
query: (
regex: "^[=\\-0-9].*",
help: "= ",
priority: High,
isolate_with: "^(=).*",
),
bin: (path: "calc"),
icon: Name("x-office-spreadsheet")
)