Convert Currency Rates directly from your Terminal!
- Fast & Simple
- Supports multiple APIs
- Caches API results
via npm 📦
npm install --global cash-cli
via homebrew 🍺
brew install cash-cli
Usage
$ cash <amount> <from> <to>
$ cash <options>
Options
--api -a Configure API source
--save -s Save default currencies
Examples
$ cash --api
$ cash 10 usd eur pln
$ cash --save usd aud
Right now, cash-cli
supports the following APIs:
If you want cash-cli
to support your favorite API, please open an issue 😄
- gocash - Copy of cash-cli, written in golang.