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 eb684cdb71 update readme table
Former-commit-id: ae7808338023a51e0c645e4136758526d07b308c [formerly ae7808338023a51e0c645e4136758526d07b308c [formerly 717f2983350b9fe5d760d57bb72b45c78462909f [formerly f29bb2e508]]]
Former-commit-id: cadb5cab0ccb4c57e23d171bdaacc24a271d20dd
Former-commit-id: 62f9b548a6c8ce43afe409238962186ef5aea25f [formerly dc05d5ee8f0eadba6e0b4e988607e9843bdf1783]
Former-commit-id: d32194b6b3b80dd60c8973b0cc05697c64484f08
6 years ago
assets cache bust 6 years ago
bin features 6 years ago
cointop move to last line shortcut 6 years ago
pkg rm dep 6 years ago
.editorconfig add travis.yml 6 years ago
.gitignore abstract color 6 years ago
.travis.yml add build badge 6 years ago
Gopkg.lock rm dep 6 years ago
Gopkg.toml rm dep 6 years ago
LICENSE.md without go 6 years ago
Makefile add build badge 6 years ago
README.md update readme table 6 years ago
install.sh build 6 years ago
main.go organize 6 years ago

README.md

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
next page
previous page
Enter visit highlighted coin on CoinMarketCap
Esc alias to quit
Space alias to enter key
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 navigate down
k alias to navigate 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.