kimtore / convoy

Common unit conversion as a handy command-line utility

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

convoy

Unit conversion.

Building

make
sudo install bin/convoy /usr/local/bin

Unit conversion

Simply run convoy with your desired input amount. All unit conversions will be performed.

% convoy 100
  100.000000 °C = 212.000000 °F
  100.000000 °C = 373.150000 °K
  100.000000 °F = 37.777778 °C
  100.000000 °F = 310.927778 °K
  100.000000 °K = 173.150000 °C
  100.000000 °K = -279.670000 °F
 100.000000 lbs = 45359.237000 g
  100.000000 oz = 2834.952310 g
   100.000000 g = 0.220462 lbs
   100.000000 g = 3.527396 oz

About

Common unit conversion as a handy command-line utility

License:MIT License


Languages

Language:Go 98.7%Language:Makefile 1.3%