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 01dbff80cd add travis.yml
Former-commit-id: 336d9f0374b48cf94618257812046fd2637a65da [formerly 336d9f0374b48cf94618257812046fd2637a65da [formerly 2a4ebaad386bf868b827f7f9aa052a24d3033867 [formerly fdf584f7a5]]]
Former-commit-id: fc0f6d0c7619819dd2749f02b15e80400540cf77
Former-commit-id: 45f4cdd1cb7266a47e53a2680ee37bf2a70d8c26 [formerly 35ba1c8337b0550d2e817f9ac3b348c386b28188]
Former-commit-id: 230887e5e86d239ffa3e3ab801fa3c14a2bfc99a
6 years ago
assets cache bust 6 years ago
bin features 6 years ago
cointop force refresh keyboard shortcut 6 years ago
pkg update asset 6 years ago
.editorconfig add travis.yml 6 years ago
.gitignore abstract color 6 years ago
.travis.yml add travis.yml 6 years ago
Gopkg.lock build script 6 years ago
Gopkg.toml build script 6 years ago
LICENSE.md without go 6 years ago
Makefile add travis.yml 6 years ago
README.md readme sort shortcuts 6 years ago
install.sh build 6 years ago
main.go organize 6 years ago

README.md

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
<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-u> page up
<ctrl-p> alias to previous page
<ctrl-r> force refresh
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
j alias to <down>
k alias to <up>
l sort by [l]ast updated
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
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.