Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/soh335/ghh
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/soh335/ghh
- Owner: soh335
- License: mit
- Created: 2014-03-01T10:06:49.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-12-17T01:49:13.000Z (almost 10 years ago)
- Last Synced: 2024-10-11T21:11:48.842Z (about 1 month ago)
- Language: Go
- Size: 158 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ghh
[![wercker status](https://app.wercker.com/status/78fc26f3eef3d7024e5ea58f6f85bee8/s/master "wercker status")](https://app.wercker.com/project/bykey/78fc26f3eef3d7024e5ea58f6f85bee8)
ghh is cui tool for [github repository hook](http://developer.github.com/v3/repos/hooks/).
ghh use ```EDITOR``` environment variable for creating/editing hook.
# how to install
```
go install github.com/soh335/ghh
```# demo
![](http://gifzo.net/RTH66HHvoP.gif)
# usage
## set token
```
ghh config token
```you can get at https://github.com/settings/applications .
config file is saved at ```$HOME/.config/ghh```.## support type
```
ghh support
```## list hooks
```
ghh list
```## show hook
```
ghh show
```## create hook
```
ghh create
```## edit hook
```
ghh edit
```## delete hook
```
ghh delete
```## test hook
```
ghh test
```