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 fe32dc9c4b update build
Former-commit-id: 23c8c943218a94f9377ea20e75c8d56b317daf2c [formerly 23c8c943218a94f9377ea20e75c8d56b317daf2c [formerly c31364ee74a4ec0e7ce4c3052a31d00cfcd08e6c [formerly 7e528de154]]]
Former-commit-id: 2cb7296eaa5d3dda3ef9febd1895b341fa5e3b2e
Former-commit-id: a470a64fc57f56b6c57996a4aa5116797c63e9b5 [formerly 70e879c444f57d7578cf3e8d42e781ec20fac7c6]
Former-commit-id: 252d2e60ceb4256d8cfb08629627697532c61d97
6 years ago
assets screenshot 6 years ago
bin update build 6 years ago
cointop update build 6 years ago
pkg build script 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 organize 6 years ago
README.md update build 6 years ago
install.sh update script 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 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.