convert

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


Keywords
cli, conversion, currency, money
License
GPL-3.0

Documentation

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