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 d47824bd28 quick col sort alt-arrow
Former-commit-id: 26c0ad0b9c13af965ea9a97b6c17071b4d7fc0fa [formerly 26c0ad0b9c13af965ea9a97b6c17071b4d7fc0fa [formerly c758130b3655fb7238fbef7f2ac195200f6a748d [formerly cdd896a765]]]
Former-commit-id: 242690bbe155849d104fc86e37d267925256a66c
Former-commit-id: ad6daf0564273a81ff0552b65d33911330799f15 [formerly 6f5c410d8556a327a166a5e325344e12c3f309ac]
Former-commit-id: 991313a66e7ea042684886af536feb94e6175f4e
6 years ago
assets cache bust 6 years ago
bin features 6 years ago
cointop quick col sort alt-arrow 6 years ago
pkg color code sorted column header 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 -u 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
  • Custom shortcuts

Install

Make sure to have go (1.9+) installed, then do:

go get -u github.com/miguelmota/cointop

Updating

To update make sure to use the -u flag.

go get -u github.com/miguelmota/cointop

Usage

$ cointop

Cointop commands

List of default shortcuts:

Key Action
Move up
Move down
Go to next page
Go to previous page
Page Up Jump page up
Page Down Jump page down
Home Go to first line of page
End Go to last line of page
Enter Visit highlighted coin on CoinMarketCap
Esc Alias to quit
Space Alias to enter key
Ctrl+c Alias to quit
Ctrl+d Jump page down (vim style)
Ctrl+n Go to next page (vim style)
Ctrl+p Go to previous page (vim style)
Ctrl+r Force refresh
Ctrl+u Jump page up (vim style)
0 Go to first page (vim style)
1 Sort table by [1] hour change
2 Sort table by [2]4 hour change
7 Sort table by [7] day change
a Sort table by [a]vailable supply
g Go to first line of page (vim style)
G Go to last line of page (vim style)
h Go to previous page (vim style)
H Go to top of table window (vim style)
j Move down (vim style)
k Move up (vim style)
l Go to next page (vim style)
L Go to last line of visible table window (vim style)
m Sort table by [m]arket cap
M Go to middle of visible table window (vim style)
n Sort table by [n]ame
p Sort table by [p]rice
r Sort table by [r]ank
s Sort table by [s]ymbol
t Sort table by [t]otal supply
u Sort table by last [u]pdated
v Sort table by 24 hour [v]olume
q [q]uit
$ Go to last page (vim style)

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.