From 8bd382053ad54efd1c3f62298ec97de0121335b8 Mon Sep 17 00:00:00 2001 From: Daniel Cazzulino Date: Fri, 6 Sep 2024 18:19:28 -0300 Subject: [PATCH] Add chat icon and readme --- assets/img/gh-chat.png | Bin 0 -> 925 bytes assets/img/gh-chat.svg | 4 ++++ readme.md | 36 ++++++++++++++++++++++++++++++++++++ 3 files changed, 40 insertions(+) create mode 100644 assets/img/gh-chat.png create mode 100644 assets/img/gh-chat.svg create mode 100644 readme.md diff --git a/assets/img/gh-chat.png b/assets/img/gh-chat.png new file mode 100644 index 0000000000000000000000000000000000000000..9d7fcc6f46d6bc0b0d07dec1561a8fb06789b198 GIT binary patch literal 925 zcmV;O17iG%P)G zK~z|U&6ZDS9Ay~Bf6q6YKNOK@ksu=Ow&oxey|k1b+8*seMbreU2UDzOvq&%!+a>`w zTg|SZq6l^pY3nIoBo&$-EO-#qYg8g4M6-)fT0NwV)RJj3^Lj|OZqw{`ZN{w+d<^f* zJMZ(G@B4V?lbLZl_UxN5yl*1E1>!j zY!-AUa5wNhupO8KHUaknn4-Nd;kc(}orpbtDc^zPNg${nKpj9kD>J)e6@F{k9KfM= z7g<>AtHP${mKgy5*ZdjG_G2v94^dl&)6M#Tx3nCL<&<*(eyQ*|ST_*G1yN5U+J7Or zctVm^AtnR|fmnKYot;qK>Ez%C<>**3{|WGF0|5Z&>rD-hlmow*|Ii@YNC3dH=`BM8 z z4km%eHfj!a>;aj&{o-3w0A1?xHYYnKkUd_J5+EBD{J!>GGYNQ}8Z%WBz~GW!8vPVN zlG4c|$H6++Bu)9n!kg7<^gcNJEuqa+d#=m_haQUL{ZySo19I+6WZ_}Kfps#@BlncT zaQ24cE^IL+UN_^l^=sSH%4{3CBl;_tC*}i5J(BdO`{>8)Wx=UNn*-nZ#r%u|2u=M! zse$GTrs#l~nFAOvjh@F_+KK5n@aKPMyofYu&f76I_x2A^aV)P?e=66usGt*L?T=<& zvcrT--imwsZ>eV6UV5!1dY<)acgto?Y{_O00000NkvXXu0mjf-m9y& literal 0 HcmV?d00001 diff --git a/assets/img/gh-chat.svg b/assets/img/gh-chat.svg new file mode 100644 index 0000000..b8c34fc --- /dev/null +++ b/assets/img/gh-chat.svg @@ -0,0 +1,4 @@ + + + + diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..11d8499 --- /dev/null +++ b/readme.md @@ -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. +