/fcc

Currency converter for the fish shell

Primary LanguageShellMIT LicenseMIT

Fish-currency-converter

This is a port of Bash Currency Converter, a simple fish script to do currency conversion on the command line.

It uses XE to fetch currency rates.

Requirements

fish curl sed

Installation

The easiest is via Fisher:

fisher install Flameborn/fcc

Update

fisher update Flameborn/fcc

Usage

fcc 42 EUR USD
42 EUR = 44.2680 USD

License

MIT