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

https://github.com/ladicle/ghctl

The ghctl CLI tool for GitHub notifications, issue and pull-requests.
https://github.com/ladicle/ghctl

cli github

Last synced: about 1 month ago
JSON representation

The ghctl CLI tool for GitHub notifications, issue and pull-requests.

Awesome Lists containing this project

README

          

# ghctl

The ghctl CLI tool for GitHub notifications, issue and pull-requests.

**Table of Contents**

- [ghctl](#ghctl)
- [Install](#install)
- [Quick Starts](#quick-starts)
- [Add a new context](#add-a-new-context)
- [Get Pull-Requests](#get-pull-requests)
- [Complete documentation](#complete-documentation)

## Install

Clone this repository, and run the following make command.

```
❯❯❯ make install
```

## Quick Starts

### Add a new context

First of all, please generate a private access-token from [here](https://github.com/settings/tokens).
OAuth scopes require only `repo` and `read:org`. After that run the following command using the token and create a new context.

```
❯❯❯ ghctl ctx create
Register context is successfully.
```

## Complete documentation

Plunge into the [commands](./cmd/README.md) or [packages](./pkg/README.md).