From fe32dc9c4b808e314072810be771ca94dc3c5fc5 Mon Sep 17 00:00:00 2001 From: Miguel Mota Date: Sat, 31 Mar 2018 02:02:53 -0700 Subject: [PATCH] update build Former-commit-id: 23c8c943218a94f9377ea20e75c8d56b317daf2c [formerly 23c8c943218a94f9377ea20e75c8d56b317daf2c [formerly c31364ee74a4ec0e7ce4c3052a31d00cfcd08e6c [formerly 7e528de154eaf4fe397da43c1f84cd4edb126afd]]] Former-commit-id: 2cb7296eaa5d3dda3ef9febd1895b341fa5e3b2e Former-commit-id: a470a64fc57f56b6c57996a4aa5116797c63e9b5 [formerly 70e879c444f57d7578cf3e8d42e781ec20fac7c6] Former-commit-id: 252d2e60ceb4256d8cfb08629627697532c61d97 --- README.md | 4 ++-- bin/cointop.REMOVED.git-id | 2 +- cointop/cointop.go | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index eaf5500..7fdc50c 100644 --- a/README.md +++ b/README.md @@ -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) - + [`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 diff --git a/bin/cointop.REMOVED.git-id b/bin/cointop.REMOVED.git-id index 77e60bd..77eb9ae 100644 --- a/bin/cointop.REMOVED.git-id +++ b/bin/cointop.REMOVED.git-id @@ -1 +1 @@ -afb3d36c7d062f773b2646a50def45506046b9e8 \ No newline at end of file +133f48aad122b8950b7903a992b545c9453b7093 \ No newline at end of file diff --git a/cointop/cointop.go b/cointop/cointop.go index 01358c3..1811c62 100644 --- a/cointop/cointop.go +++ b/cointop/cointop.go @@ -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 }