Skip to content

A handy little command line tool written in Rust which supports conversion between thirty two different currencies using real-time info.

License

Notifications You must be signed in to change notification settings

theycallmemac/convert

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

convert

Build Status Crates.io GitHub license

A command line tool written in Rust which converts between 33 different currencies using real-time information.

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.

Get Currency Rate:

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.

List Supported Currencies:

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.

Help

To see how convert works use:

convert -h

About

A handy little command line tool written in Rust which supports conversion between thirty two different currencies using real-time info.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages