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.
- Host: GitHub
- URL: https://github.com/ladicle/ghctl
- Owner: Ladicle
- License: apache-2.0
- Created: 2018-01-24T13:28:49.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-25T00:19:29.000Z (about 8 years ago)
- Last Synced: 2025-03-01T17:47:04.304Z (over 1 year ago)
- Topics: cli, github
- Language: Go
- Homepage:
- Size: 46.9 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: CODEOWNERS
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).