cdash

command module
v1.1.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 18, 2017 License: MIT Imports: 13 Imported by: 0

README

cdash ("coin dashboard")

A minimalist cryptocurrency portfolio dashboard for the command-line that draws market data from the CoinMarketCap API.

screenshot

Installing

  1. Visit the Releases page
  2. Download the appropriate executable
  3. Optionally rename the downloaded executable
  4. Optionally place the executable on your system PATH

Configuring

Specify your holdings via a yml file structured as follows:

---
- symbol   : BTC
  holdings : 100

- symbol   : LTC
  holdings : 100

- symbol   : ETH
  holdings : 100

By default, cdash will attempt to open this file at ~/.config/cdash.yml. If you choose to store it elsewhere, provide cdash the approriate path using the --config option:

cdash --config=/path/to/cdash.yml

Windows Usage

cdash uses ANSI escape sequences for colorization. Windows users must take note to use a compatible shell.

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL