Dead simple CLI for currency conversion. Because Googling takes too long.
Rates come from currency-api. A list of supported currencies can be seen here: supported currencies.
$ cash [amount] [from] [to]
Example:
$ cash 10 usd brl
$ BRL $57.89
Download the pre-built binary. Boom.
To build this from source you will need Go 1.24 or newer.
- Clone this repository
cd cash
go build
- Done