Skip to content

Commit

Permalink
Add example images to README
Browse files Browse the repository at this point in the history
  • Loading branch information
code-yeongyu committed Mar 5, 2023
1 parent 834a86a commit 7c3c720
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@

YGKA is an advanced ChatGPT client for shell that acts as Your Genius Knowledgeable Assistant. YGKA supports Unix/Linux pipelines and requires no setting up of tokens or API keys. Furthermore, if you want to use an OpenAI API key, you can easily configure it.

![demo](https://raw.githubusercontent.com/code-yeongyu/YGK-a/master/images/factorial.png)

## Key Features 💡

- Supports Unix/Linux pipelines
Expand All @@ -24,7 +26,11 @@ To begin using YGKA, install it with pip:
pip install ygka
```

Once you've installed YGKA, you can start using it right away. To execute a command, use the following syntax:
Once you've installed YGKA, you can start using it right away, like following.

![demo](https://raw.githubusercontent.com/code-yeongyu/YGK-a/master/images/first.png)

To execute a command, use the following syntax:

```sh
ygka "<your command here>"
Expand Down
Binary file added images/factorial.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/first.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 7c3c720

Please sign in to comment.