2
0
mirror of https://github.com/miguelmota/cointop synced 2024-11-05 00:00:14 +00:00
Go to file
Miguel Mota f21d05e161 update readme
Former-commit-id: 30e8475c5b58019901d1285ffe6bf71155961f07 [formerly cc57601bc6]
Former-commit-id: 48215cf0a380e70fdfc642fc9a9b41d81a5ee546
2018-03-30 16:36:20 -07:00
apis abstract color 2018-03-30 12:08:53 -07:00
assets screenshot 2018-03-30 11:42:09 -07:00
color abstract color 2018-03-30 12:08:53 -07:00
pad abstract color 2018-03-30 12:08:53 -07:00
table exports 2018-03-30 10:29:26 -07:00
.gitignore abstract color 2018-03-30 12:08:53 -07:00
cointop.go keybindings 2018-03-30 16:34:52 -07:00
Gopkg.lock clean up 2018-03-30 10:20:18 -07:00
Gopkg.toml clean up 2018-03-30 10:20:18 -07:00
keybindings.go keybindings 2018-03-30 16:34:52 -07:00
LICENSE.md abstract color 2018-03-30 12:08:53 -07:00
Makefile build 2018-03-30 16:35:43 -07:00
README.md update readme 2018-03-30 16:36:20 -07:00

cointop

Coin tracking for hackers

License Go Report Card GoDoc

Install

Make sure to have golang installed, then do:

go install 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
      

License

MIT