Skip to content

Flameborn/fcc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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