cri is a command-line cryptocurrency utility tool (and more importantly, an excuse to write some golang code).
It currently supports two commands:
price - fetch the price of one or more cryptocurrencies:
chart - generate a chart of price history for one or more cryptocurrencies:

The chart command supports a -d param to specify the number of days to chart:
Both commands support the --currency flag to change the output currency.

