Skip to content

davisenra/cash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cash

Introduction

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.

How to use

$ cash [amount] [from] [to]

Example:

$ cash 10 usd brl

$ BRL $57.89

Installing

Download the pre-built binary. Boom.

Build from source

To build this from source you will need Go 1.24 or newer.

  • Clone this repository
  • cd cash
  • go build
  • Done

License

The Unlicense