2
0
mirror of https://github.com/miguelmota/cointop synced 2024-11-05 00:00:14 +00:00
Go to file
Miguel Mota 709d2b06a4 arrow kbd readme
Former-commit-id: 2b3449891f8b702354b2285d937706745e5bd76f [formerly 2b3449891f8b702354b2285d937706745e5bd76f [formerly 1dedcba8a91db85d52aed0304feb1172c6fa7f29 [formerly 7fb9f2e87c]]]
Former-commit-id: f4ef812dd3e7ebc26ae4cd71679f071e9c9faa75
Former-commit-id: ea032b50a2dd2ff3d612dfe359eef02b5c9c272e [formerly 85a1ae817fc0f0cede9674f85990b0027880b30d]
Former-commit-id: 70c525459654fff905c28951bb904125ce80943a
2018-04-03 16:19:36 -07:00
assets cache bust 2018-04-01 09:47:35 -07:00
bin features 2018-04-02 09:59:49 -07:00
cointop move to last line shortcut 2018-04-03 16:17:19 -07:00
pkg rm dep 2018-04-03 00:50:55 -07:00
.editorconfig add travis.yml 2018-04-03 00:20:30 -07:00
.gitignore abstract color 2018-03-30 12:08:53 -07:00
.travis.yml add build badge 2018-04-03 01:30:15 -07:00
Gopkg.lock rm dep 2018-04-03 00:50:55 -07:00
Gopkg.toml rm dep 2018-04-03 00:50:55 -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 add build badge 2018-04-03 01:30:15 -07:00
README.md arrow kbd readme 2018-04-03 16:19:36 -07:00

cointop

Coin tracking for hackers

License Build Status Go Report Card GoDoc

cointop is a fast and lightweight interactive terminal based UI application for tracking and monitoring cryptocurrency coin stats in real-time. The interface is inspired by htop.

Features

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

Future releases

  • Advanced search
  • "Favorites" list
  • Coin 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
navigate up
navigate down
<right> next page
<left> previous page
<enter> visit highlighted coin on CoinMarketCap
<esc> alias to quit
<space> alias to <enter>
<ctrl-c> alias to quit
<ctrl-d> page down
<ctrl-n> alias to next page
<ctrl-p> alias to previous page
<ctrl-r> force refresh
<ctrl-u> page up
1 sort by [1] hour change
2 sort by [2]4 hour change
7 sort by [7] day change
a sort by [a]vailable supply
G navigate to last line
h alias to previous page
j alias to <down>
k alias to <up>
l alias to next page
m sort by [m]arket cap
n sort by [n]ame
p sort by [p]rice
r sort by [r]ank
s sort by [s]ymbol
t sort by [t]otal supply
u sort by last [u]pdated
v sort by 24 hour [v]olume
q [q]uit

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.