Skip to content

Commit 90da954

Browse files
authored
added PowerQalc (#105)
1 parent c6cd8b5 commit 90da954

3 files changed

Lines changed: 29 additions & 0 deletions

File tree

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
{
2+
"$schema": "../../../.github/schemas/extension.schema.json",
3+
"id": "neilsawhney.powerqalc",
4+
"title": "PowerQalc",
5+
"shortDescription": "Mixed-unit math, built-in physical constants, and full Qalculate power — right in Command Palette.",
6+
"description": "PowerQalc brings the Qalculate engine to your Command Palette workflow. Type expressions as you search and get live results — then copy the answer with Enter or save it to history with Ctrl+Enter.\n\nMixed-unit math: Do real arithmetic with incompatible units in one expression — 5 miles + 10 km, 10 mph * 2 hours, (5 ft + 8 in) to cm — then convert when you want. Most calculators make you convert everything first.\n\nBuilt-in constants: Hundreds of physical, chemical, and mathematical constants — use them by name with automatic units. Examples: FineStructure, planck to eV s, proton_mass to MeV/c^2, PlanckLength to nm, k_B to J/K, SpeedOfLight to mph.\n\nSession memory: ans() reuses the previous result; variables persist for the session. Solve equations like 10 mph * x = 20 mi to min.\n\nMore: algebra, calculus, currency, dates, trigonometry, percentages (240 * 15%), and simple conversions like 100 miles to km.\n\nHow it works: Open PowerQalc from Command Palette, type an expression, and results update live. Recent calculations appear when the search box is empty. Usage and help is seeded once in history.\n\nRequirements: Windows 10/11 with PowerToys and Command Palette enabled. Includes the Qalculate CLI (qalc) — no separate install needed.",
7+
"author": {
8+
"name": "Neil Sawhney",
9+
"url": "https://github.com/Neil-Sawhney"
10+
},
11+
"icon": "icon.png",
12+
"homepage": "https://github.com/Neil-Sawhney/PowerQalc",
13+
"tags": [
14+
"calculator",
15+
"math",
16+
"science",
17+
"units"
18+
],
19+
"categories": [
20+
"productivity",
21+
"utilities-and-tools"
22+
],
23+
"installSources": [
24+
{
25+
"type": "msstore",
26+
"id": "9MZR396NKKGW"
27+
}
28+
]
29+
}
78.8 KB
Loading
39.5 KB
Loading

0 commit comments

Comments
 (0)