2
0
mirror of https://github.com/miguelmota/cointop synced 2024-11-05 00:00:14 +00:00
Go to file
Miguel Mota 4d2ec680e8 update readme
Former-commit-id: b5a11987259c3a494ffaf683d268580be4b24aa5 [formerly b5a11987259c3a494ffaf683d268580be4b24aa5 [formerly 836cc0eb20f23ce119e42f02e35bd987cf059156 [formerly 8a0b176daa]]]
Former-commit-id: 0d242cb9499ad811a3f41caef83b74221aec2280
Former-commit-id: 01fb71ed65a10176984c089db65976d573f49691 [formerly 71273d3b158674a871acc2af36c241601320f433]
Former-commit-id: 68d7b7acf5f83dc91de80b0874bb84569f7baf7d
2018-03-31 03:55:14 -07:00
assets update asset 2018-03-31 03:49:23 -07:00
bin update install script 2018-03-31 03:51:54 -07:00
cointop update asset 2018-03-31 03:49:23 -07:00
pkg update asset 2018-03-31 03:49:23 -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 readme 2018-03-31 03:55:14 -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 readme 2018-03-31 03:55:14 -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://raw.githubusercontent.com/miguelmota/cointop/master/install.sh??$(date +%s)" | 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
      

TODO

  • markets/exchanges
  • search, using /
  • euro/yen
  • mark favorites
  • cryptocompare api
  • more cool stuff

Authors

License

Released under the MIT license.