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
- Host: GitHub
- URL: https://github.com/kimtore/convoy
- Owner: kimtore
- License: mit
- Created: 2020-09-25T13:45:09.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-09-25T13:48:02.000Z (over 4 years ago)
- Last Synced: 2023-11-01T23:00:46.113Z (over 1 year ago)
- Language: Go
- Size: 2.93 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```