A command line tool written in Rust which converts between 33 different currencies using real-time information.
To check the current version of convert:
convert -V
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.
To get the current rate between to currencies use:
convert -r JPY ZAR
In the above example, JPY is acting as teh base currency to get the current rate of ZAR from.
To view the currencies supported by convert:
convert -l
This returns the a list of currency codes in the form of USD, EUR, JPY... etc.
To see how convert works use:
convert -h