Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/butlerx/sushi

Command line interface to github issues
https://github.com/butlerx/sushi

Last synced: about 1 month ago
JSON representation

Command line interface to github issues

Awesome Lists containing this project

README

        

# sushi

Command line interface to github issues

## Install

```sh
go get github.com/butlerx/sushi
```

To launch run `sushi`. You will be prompted for user name and oauth token.

## Libraries

* [github](https://godoc.org/github.com/google/go-github/github) For interacting
with github
* [gocui](https://github.com/jroimartin/gocui) For creating console interface