Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/butlerx/sushi
- Owner: butlerx
- License: mit
- Created: 2015-11-29T17:49:10.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-02-08T17:29:34.000Z (almost 7 years ago)
- Last Synced: 2024-10-16T01:09:55.095Z (3 months ago)
- Language: Go
- Homepage:
- Size: 3.62 MB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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