You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Go to file
Miguel Mota 5668a4e0c7 refresh ticker
Former-commit-id: a946f0e254683a924c8e876eb095eb4dd33781f7 [formerly a946f0e254683a924c8e876eb095eb4dd33781f7 [formerly 693a6b1e91b6023d0bde19bdeb3df2dde201f254 [formerly 565a964e08]]]
Former-commit-id: 63620dc477d87bf1fffb4951448b17ca358fa3ae
Former-commit-id: daf3e1a45ce4fd3f8c673640eb56900a1b6420e3 [formerly 49502ddf6142e592971119e2355736b76558eb8b]
Former-commit-id: 413312a0eab8246dd25fa3fbc4d6c52efea00c9d
6 years ago
assets cache bust 6 years ago
bin build 6 years ago
cointop refresh ticker 6 years ago
pkg update asset 6 years ago
.gitignore abstract color 6 years ago
Gopkg.lock build script 6 years ago
Gopkg.toml build script 6 years ago
LICENSE.md without go 6 years ago
Makefile build 6 years ago
README.md cache bust 6 years ago
install.sh build 6 years ago
main.go organize 6 years ago

README.md

cointop

Coin tracking for hackers

License Go Report Card GoDoc

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 go (1.9+) 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.