2
0
mirror of https://github.com/miguelmota/cointop synced 2024-11-05 00:00:14 +00:00
Go to file
Miguel Mota dbbb82c33c scroll fix
Former-commit-id: 8cb82571c2bf5d47009de2114c22ad2107a1474f [formerly 8cb82571c2bf5d47009de2114c22ad2107a1474f [formerly 167a9a5c0c7ab8e04405862c7e26579e85a6ff9b [formerly 84371c348e]]]
Former-commit-id: 676187407e5b9d65a8cc3929d7952184f758cf7f
Former-commit-id: dee72aab0701966b55512c2852b6f92bd02ba56b [formerly c54f6a5cd6e198afc6880e9b01a1ffbf2f4f26da]
Former-commit-id: 9a9da254b19b371ebcff318f51168bb80a8150d7
2018-03-31 03:05:26 -07:00
assets screenshot 2018-03-30 11:42:09 -07:00
bin update build 2018-03-31 02:02:53 -07:00
cointop scroll fix 2018-03-31 03:05:26 -07:00
pkg update readme 2018-03-31 02:32:28 -07:00
.gitignore abstract color 2018-03-30 12:08:53 -07:00
Gopkg.lock build script 2018-03-31 01:18:53 -07:00
Gopkg.toml build script 2018-03-31 01:18:53 -07:00
install.sh update script 2018-03-31 01:29:19 -07:00
LICENSE.md without go 2018-03-31 01:42:25 -07:00
main.go organize 2018-03-31 01:59:20 -07:00
Makefile organize 2018-03-31 01:59:20 -07:00
README.md update build 2018-03-31 02:02:53 -07:00

cointop

Coin tracking for hackers

License Go Report Card GoDoc

cointop is a fast and tiny (~2mb) 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 install github.com/miguelmota/cointop

Alternatively (without go)

sudo curl -s https://git.io/vxKUA | bash

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
      

Authors

License

Released under the MIT license.