https://github.com/devlooped/gh-chat
A GitHub CLI chatbot
https://github.com/devlooped/gh-chat
Last synced: 8 months ago
JSON representation
A GitHub CLI chatbot
- Host: GitHub
- URL: https://github.com/devlooped/gh-chat
- Owner: devlooped
- License: mit
- Created: 2024-09-05T21:08:05.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-10T00:03:45.000Z (over 1 year ago)
- Last Synced: 2025-02-13T17:57:21.965Z (over 1 year ago)
- Language: C#
- Size: 49.8 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: readme.md
- Changelog: changelog.md
- License: license.txt
Awesome Lists containing this project
README
#  GitHub CLI Chat Extension
An extension to interact with the [GitHub CLI](https://cli.github.com/) using
natural language.
## Installation
The [GitHub CLI](https://cli.github.com/) must be installed first.
Install:
```shell
gh extension install devlooped/gh-chat
```
Upgrade:
```shell
gh extension upgrade chat
```
Uninstall:
```shell
gh extension remove chat
```
The extension uses the [GitHub CLI API](https://cli.github.com/manual/gh_api) to
run queries and render them to the console.
## Usage
The extension adds a `chat` command to the `gh` CLI, which you can use to
interact with the GitHub API using natural language.