#conversion #currency #money #command-line-tool #cli

app convert

A command line tool written in rust which converts between currencies

2 unstable releases

Uses old Rust 2015

0.2.0 Jan 21, 2018
0.1.1 Jan 21, 2018

#60 in #money

GPL-3.0 license

15KB
113 lines

convert

Build Status Crates.io GitHub license

A command line tool written in rust which converts between currencies.

Example Usage

Version:

To check the current version of convert: convert -V

Conversions:

To carry out any given conversion between currencies try something like:

convert 180.50 EUR USD

This will convert EUR 180.50 to it's USD equivalent using real-time information.

List Supported Currencies:

To view the currencies supported by convert:

convert -l

Help

To see how convert works: convert -h

Dependencies

~22MB
~474K SLoC