#converter #units #unit #command-line-tool #cli

bin+lib temp-conv

A simple cli-based unit converter for temperatures

11 releases (4 breaking)

0.5.5 Sep 9, 2024
0.5.3 Aug 4, 2024
0.5.0 Jul 15, 2024
0.4.0 Jul 12, 2024
0.1.1 Aug 8, 2023

#1077 in Command line utilities

Download history 2/week @ 2024-08-10 109/week @ 2024-09-07 53/week @ 2024-09-14 11/week @ 2024-09-21 47/week @ 2024-09-28 2/week @ 2024-10-05

631 downloads per month

MIT license

17KB
303 lines

temp-conv

temp-conv is a cli-tool to convert between diffirent units for temperatures.

Installation

First, install Rust (using the recommended rustup method) and then

cargo install temp-conv

This method will build the binary from source.

To update, run the same command again.

Usage

The binary is named temp-conv

Running it with no arguments or temp-conv --help will bring up a help page.

Feature Request

For feature requests just open an issue on GitHub

Todos

  • output to file

License

Licensed under MIT license.


lib.rs:

temp-conv

temp-conv is a framework for converting between different temperature units, but it has also it's own cli-tool which uses said framework.

Dependencies

~1.5–2.7MB
~52K SLoC