A command line tool written in rust which converts between currencies.
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 view the currencies supported by convert:
convert -l
To see how convert works:
convert -h