File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 1
1
# ai-shell-go
2
+
3
+ [ ![ Build Status] ( https://github.com/henomis/ai-shell-go/actions/workflows/test.yml/badge.svg?branch=main )] ( https://github.com/henomis/ai-shell-go/actions/workflows/test.yml?query=branch%3Amain ) [ ![ GoDoc] ( https://godoc.org/github.com/henomis/ai-shell-go?status.svg )] ( https://godoc.org/github.com/henomis/ai-shell-go ) [ ![ Go Report Card] ( https://goreportcard.com/badge/github.com/henomis/ai-shell-go )] ( https://goreportcard.com/report/github.com/henomis/ai-shell-go ) [ ![ GitHub release] ( https://img.shields.io/github/release/henomis/ai-shell-go.svg )] ( https://github.com/henomis/ai-shell-go/releases )
4
+
2
5
This is a simple AI shell helper written in GO. It use OpenAI API to generate a plausible command from a given prompt.
3
6
As soon as the command is generated, the user can choose to execute it or revise it adding more context.
4
7
5
8
## Installation
6
9
Be sure to have a working Go environment, then clone the repository and run the following command:
7
10
8
11
```
9
- $ make
12
+ $ go get -u github.com/henomis/ai-shell-go
10
13
```
11
14
12
15
## Usage
You can’t perform that action at this time.
0 commit comments