Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ryo-ma/coronaui

đŸ¦ coronaui - Terminal UI Client for COVID-19 information.
https://github.com/ryo-ma/coronaui

cli corona coronavirus covid-19 cui go gocui terminal tui

Last synced: 27 days ago
JSON representation

đŸ¦ coronaui - Terminal UI Client for COVID-19 information.

Awesome Lists containing this project

README

        

# coronaui

[![GoDoc](https://godoc.org/github.com/jroimartin/gocui?status.svg)](https://godoc.org/github.com/jroimartin/gocui)

đŸ¦  coronaui - Terminal UI Client for COVID-19 information.

# Features

* Check the COVID-19 information
* Copy the JSON data to clipboard
* Share the information to twitter

# Install

```
go get -u github.com/ryo-ma/coronaui
```

# Binary Download

coming soon

# Usage

Run the following command.

```
coronaui
```

# Keys

* j / DownArrow(↓)
Move down a line
* k / DownUp(↑)
Move up a line
* q / CTRL+C
Quit
* c
Copy JSON data
* t
Share to twitter
* CTRL+D
Move down 5 lines
* CTRL+U
Move up 5 lines
* x
Back panel

# LICENSE

Apache LICENSE 2.0

[LICENSE](./LICENSE)