update build

Former-commit-id: 23c8c943218a94f9377ea20e75c8d56b317daf2c [formerly 23c8c943218a94f9377ea20e75c8d56b317daf2c [formerly c31364ee74a4ec0e7ce4c3052a31d00cfcd08e6c [formerly 7e528de154]]]
Former-commit-id: 2cb7296eaa5d3dda3ef9febd1895b341fa5e3b2e
Former-commit-id: a470a64fc57f56b6c57996a4aa5116797c63e9b5 [formerly 70e879c444f57d7578cf3e8d42e781ec20fac7c6]
Former-commit-id: 252d2e60ceb4256d8cfb08629627697532c61d97
pull/15/head
Miguel Mota 6 years ago
parent 5b8739e7d2
commit fe32dc9c4b

@ -4,7 +4,7 @@
[![License](http://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/miguelmota/cointop/master/LICENSE.md) [![Go Report Card](https://goreportcard.com/badge/github.com/miguelmota/cointop?)](https://goreportcard.com/report/github.com/miguelmota/cointop) [![GoDoc](https://godoc.org/github.com/miguelmota/cointop?status.svg)](https://godoc.org/github.com/miguelmota/cointop)
<img src="./assets/screenshot.gif" width="750" />
<img src="./assets/screenshot.gif" width="880" />
[`cointop`](https://github.com/miguelmota/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`](https://en.wikipedia.org/wiki/Htop).
@ -16,7 +16,7 @@ Make sure to have [golang](https://golang.org/) installed, then do:
go install github.com/miguelmota/cointop
```
##### Alternatively (without go)
#### Alternatively (without go)
```
sudo curl -s https://git.io/vxKUA | bash

@ -1 +1 @@
afb3d36c7d062f773b2646a50def45506046b9e8
133f48aad122b8950b7903a992b545c9453b7093

@ -59,8 +59,8 @@ func (ct *Cointop) fetchData() ([]*apitypes.Coin, error) {
func (ct *Cointop) updateMarket() error {
maxX, _ := ct.g.Size()
s := "foo"
fmt.Fprintln(ct.marketview, pad.Right(fmt.Sprintf("[q]uit %s", s), maxX, " "))
s := ""
fmt.Fprintln(ct.marketview, pad.Right(fmt.Sprintf("30D %s", s), maxX, " "))
return nil
}

Loading…
Cancel
Save