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: 2 months ago
JSON representation
đŸ¦ coronaui - Terminal UI Client for COVID-19 information.
- Host: GitHub
- URL: https://github.com/ryo-ma/coronaui
- Owner: ryo-ma
- License: apache-2.0
- Created: 2020-03-27T07:06:13.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-29T17:47:15.000Z (about 5 years ago)
- Last Synced: 2025-03-15T21:08:58.883Z (2 months ago)
- Topics: cli, corona, coronavirus, covid-19, cui, go, gocui, terminal, tui
- Language: Go
- Size: 15.6 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# coronaui
[](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)