Skip to content

cemheren/quicksheet-unitconv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

quicksheet-unitconv

Universal unit converter for QuickSheet — convert length, weight, temperature, data sizes, speed, time, volume, area, and pressure right from your desktop wallpaper. Offline, no API key needed.

Install

In any QuickSheet cell:

ext: github:cemheren/quicksheet-unitconv

Usage

Type in a cell with the unit: prefix:

unit: 100 km to mi        → 100 km = 62.1371 mi
unit: 32 f c              → 32 °F = 0 °C
unit: 1024 mb gb          → 1,024 MB = 1.024 GB
unit: 5 gib gb            → 5 GiB = 5.36871 GB
unit: 60 mph kph          → 60 mph = 96.5604 km/h
unit: 1 year day          → 1 year = 365 day
unit: 14.7 psi atm        → 14.7 psi = 1.00011 atm
unit: 2.5 acre m2         → 2.5 acre = 10,117.15 m²
unit: categories          → list all supported units
unit: help                → usage guide

Supported Categories

Category Units
Length m, km, cm, mm, μm, nm, mi, ft, in, yd, ly
Weight kg, g, mg, lb, oz, ton, st
Temperature c (°C), f (°F), k (K)
Data b, kb, mb, gb, tb, pb, kib, mib, gib, tib, bit, kbit, mbit, gbit
Speed mps (m/s), kph, mph, knot, mach
Time ns, μs, ms, s, min, hr, day, week, month, year
Volume l, ml, gal, qt, pt, cup, floz, tbsp, tsp
Area m², km², ft², acre, hectare, mi²
Pressure pa, kpa, bar, atm, psi, mmhg, torr

Features

  • No API key — pure math, works offline
  • Flexible syntax100 km to mi, 100km mi, 100 km mi all work
  • Smart formatting — large numbers get commas, tiny numbers use scientific notation
  • Plural-tolerantmiles, pounds, inches all recognized
  • Both SI and binarymb (1000²) vs mib (1024²) for data sizes

Build

dotnet build
dotnet run

Then pipe JSON lines: {"input": "100 km to mi"}{"output": "100 km = 62.1371 mi"}

License

MIT

About

Universal unit converter for QuickSheet — length, weight, temp, data, speed, time, volume, area, pressure. Offline, no API key.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages