145

GitHub - miguelmota/cointop: Coin tracking for hackers

 6 years ago
source link: https://github.com/miguelmota/cointop
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.

README.md

cointop

Coin tracking for hackers

License Go Report Card GoDoc

screenshot.gif

cointop is a fast command-line interface application for viewing cryptocurrency stats and information in your terminal. The interface is inspired by htop.

Install

Make sure to have golang installed, then do:

go get -u github.com/miguelmota/cointop

Usage

$ cointop

Table commands

List of shortcuts:

Key Action <up> navigate up <down> navigate down <ctrl-u> page up <ctrl-d> page down <enter> visit highlighted coin on CoinMarketCap <space> alias to <enter> j alias to <down> k alias to <up> r sort by [r]ank n sort by [n]ame s sort by [s]ymbol p sort by [p]rice m sort by [m]arket cap v sort by 24 hour [v]olume 1 sort by [1] hour change 2 sort by [2]4 hour change 7 sort by [7] day change t sort by [t]otal supply a sort by [a]vailable supply l sort by [l]ast updated q [q]uit <esc> alias to quit <ctrl-c> alias to quit

FAQ

  • Q: Where is the data from?

  • Q: What coins does this support?

  • Q: How often is the data polled?

    • A: Data gets polled once every minute by default.
  • Q: I installed cointop without errors but the command is not found.

    • A: Make sure your GOPATH and PATH is set correctly.
      export GOPATH=$HOME/go
      export PATH=$PATH:$GOPATH/bin
  • Q: What is the size of the binary?

    • A: The executable is only ~1.9MB in size.

Authors

License

Released under the MIT license.


Recommend

About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK