2
0
mirror of https://github.com/miguelmota/cointop synced 2024-11-05 00:00:14 +00:00
Go to file
Miguel Mota 49c6c0a760 force refresh keyboard shortcut
Former-commit-id: 17bb894640bb324e9017d5c2c1564a7f9e0018bc [formerly 17bb894640bb324e9017d5c2c1564a7f9e0018bc [formerly f443687078b13969ed122a514057689feba8bbce [formerly 9b7fa0dc58]]]
Former-commit-id: 82cbd609bf54dee2555c16724b38d7db38c478a7
Former-commit-id: 1023e7eda1117d981e213c2508c59348cd1ef88f [formerly aeb281ea33215d36554a299076ed2861b62ae1a2]
Former-commit-id: 03042640e3e2913a4c3b360f974b31a2fa5b702b
2018-04-03 00:10:53 -07:00
assets cache bust 2018-04-01 09:47:35 -07:00
bin features 2018-04-02 09:59:49 -07:00
cointop force refresh keyboard shortcut 2018-04-03 00:10:53 -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 build 2018-03-31 22:25:51 -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 build 2018-03-31 22:41:03 -07:00
README.md force refresh keyboard shortcut 2018-04-03 00:10:53 -07:00

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.

Features

  • Quick sort shortcuts
  • Vim style keys
  • Pagination
  • Color coded

Future releases

  • Advanced search
  • "Favorites" list
  • Dynamic charts
  • Currency conversion (i.e. Euro, Yen)
  • Markets/Exchanges
  • CryptoCompare API

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
<right> next page
<left> previous page
<ctrl-u> page up
<ctrl-d> page down
<ctrl-n> alias to next page
<ctrl-p> alias to previous page
<enter> visit highlighted coin on CoinMarketCap
<space> alias to <enter>
<ctr-r> force refresh
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.