Skip to content

Commit

Permalink
Add chat icon and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
kzu committed Sep 6, 2024
1 parent 9d3517a commit 8bd3820
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 0 deletions.
Binary file added assets/img/gh-chat.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions assets/img/gh-chat.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
36 changes: 36 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
# ![](https://github.com/devlooped/gh-chat/raw/main/assets/img/gh-chat.png) 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.

0 comments on commit 8bd3820

Please sign in to comment.