mirror of
https://github.com/miguelmota/cointop
synced 2024-11-05 00:00:14 +00:00
b0e2a6fbea
Former-commit-id: a6b0b779a989d756ba99d983bd8ce56120378dfb [formerly a6b0b779a989d756ba99d983bd8ce56120378dfb [formerly 84c13aa0acb0de35237d17946797b9f582e3c39a [formerly 1c6340bd6b
]]]
Former-commit-id: c778beaa7a825a4dc5dac760487d31d02ad7055e
Former-commit-id: 851519f231a0ef7cf9cc751dfd57138400fcbcb9 [formerly 40586478628c8afe8c1d9a3665574292e9f68f71]
Former-commit-id: c5710af057685dbe7ed5d58f3fe42bd5e4d0f4f6
2.5 KiB
2.5 KiB
cointop
Coin tracking for hackers
cointop
is a fast and tiny (~2mb) command-line interface application for viewing cryptocurrency stats and information in your terminal. The interface is inspired by htop
.
Install
Make sure to have golang installed, then do:
go install github.com/miguelmota/cointop
Alternatively (without go)
sudo curl -s https://raw.githubusercontent.com/miguelmota/cointop/master/install.sh | bash
Usage
$ cointop
Table commands
List of shortcuts:
Key | Action |
---|---|
<up> |
navigate up |
<down> |
navigate down |
<ctrl-u> |
page up |
<ctrl-d> |
page down |
<enter> |
visit highlighted coin on CoinMarketCap |
<space> |
alias to <enter> |
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?
- A: The data is from Coin Market Cap.
-
Q: What coins does this support?
- A: This supports any coin listed on Coin Market Cap.
-
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
andPATH
is set correctly.export GOPATH=$HOME/go export PATH=$PATH:$GOPATH/bin
- A: Make sure your
TODO
- markets/exchanges
- search, using /
- euro/yen
- mark favorites
- cryptocompare api
- more cool stuff
Authors
License
Released under the MIT license.