An open API service indexing awesome lists of open source software.

https://github.com/kimtore/convoy

Common unit conversion as a handy command-line utility
https://github.com/kimtore/convoy

Last synced: about 1 month ago
JSON representation

Common unit conversion as a handy command-line utility

Awesome Lists containing this project

README

        

# 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
```