Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/soh335/ghh


https://github.com/soh335/ghh

Last synced: 14 days ago
JSON representation

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
```