- Fork or download this repository.
cd
to the project's location- run
cargo build --release
- run
./target/release/rust-crypto -h
You can use the -c
(or --convert
) with the fiat currency symbol to find in terms of another currency.
The default currency is USD and it supports AUD, BRL, CAD, CHF, CLP, CNY, CZK, DKK, EUR, GBP, HKD, HUF, IDR, ILS, INR, JPY, KRW, MXN, MYR, NOK, NZD, PHP, PKR, PLN, RUB, SEK, SGD, THB, TRY, TWD, ZAR.
// Convert prices to Euro
$ crypto-rs -c eur
// Convert prices to Yenn
$ crypto-rs -c jpy
You can use the -h
(or --help
) to find all valid options of crypto-rs
This project is highly inspired by coinmon: https://github.com/bichenkk/coinmon