A command line cryptocurrency portfolio manager and price tracker
Go to file
Michael Clemens 4a13b9c739
Update README.md
2018-01-23 17:22:40 +01:00
.shellfolio Create .shellfolio 2018-01-23 14:21:36 +01:00
LICENSE Initial commit 2018-01-23 14:20:22 +01:00
README.md Update README.md 2018-01-23 17:22:40 +01:00
screenshot_cli.png Add files via upload 2018-01-23 17:22:07 +01:00
shellfolio.sh Update shellfolio.sh 2018-01-23 17:16:58 +01:00

README.md

shellfolio

shellfolio is a cryptocurrency portfolio manager and price tracker for the CLI. It gathers it's information from coinmarketcap.com, calculates what your coins are worth and presents the results on the shell:

screenshot

Installation

  • Copy the file .shellfolio into your home directory
  • Copy the file shellfolio.sh into a directory that is in you PATH variable
  • Set the correct file permissions: chmod u+x shellfolio.sh

Configuration

Edit the file ~/.shellfolio like this:

COINS="ethereum ripple stellar iota cardano digibyte neo nem dogecoin"
ETH=4.3
XRP=234
XLM=3984
MIOTA=389
ADA=821
DGB=9821
NEO=10.3
XEM=821
DOGE=987324

The variable $COINS defines all coins you want to be listed, must be referenced by their name. All other variables are coins you own (must be the ticker name), their value represents the amount you have.