currency-converter
A command line tool written in Rust to convert between currencies.
$ currency-converter 1 eur in usd
1 EUR ⟶ 1.17 USD
--precise
, more decimals might be shown, depending on the conversion rates fetched from the rate providers.--stats
.All configuration options are shown in the --help
output:
``` Converts an amount of a currency to another currency
USAGE: currency-converter [FLAGS] [OPTIONS] [ARGS]
ARGS:
FLAGS: -h, --help Prints help information -p, --precise Show sub-cent decimals -r, --raw Only print output currency value -s, --stats Show conversion statistics -V, --version Prints version information
OPTIONS:
--access-key-coinmarketcap