常用 linux terminal 的朋友对 top 或 htop 应该都不陌生。 top 或 htop 是用来monitor 电脑系统的资源状态 例如 cpu,memory 或 disk io 等等的状态
这个 cointop 基本上 有着跟 top 或 htop 有着一模一样的 UI界面, 不过是在terminal 上用来monitor 各种加密货币的价钱行情。
可以在此直接下载 binary : https://github.com/miguelmota/cointop/releases
解tar 后就可以直接./cointop 来run
或者喜欢build from source 的朋友可以 git clone 这个 repo 自己用 go build 。 没有的pkg 可以用 go get 下载 。
https://github.com/miguelmota/cointop
详情到该 github 读 readme
有了这个就可以在上班时间光明正大的monitor 各种 crypto 的行情 也不怕被老板或上司怀疑啦。
谢谢阅读。