File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
# GPT for your terminal
2
2
3
3
* Do you want to use ChatGPT in your terminal? Well, now you can!
4
- * Do you always forget the syntax for a for loop? Well, now you can ask GPT to write it for you!
4
+ * Do you always forget the syntax for a for loop? Well, now you can ask GPT to write it for you!
5
5
* It is a superfast way to get your commands quickly written for you.
6
6
* Use ChatGPT in bash or zsh.
7
7
@@ -10,7 +10,7 @@ Unleash the Power of GPT in Your Terminal. A Python-based tool that integrates O
10
10
## How it works
11
11
Using langchain the command takes all the arguments and passes that to the OpenAI API.
12
12
The response is then parsed and the command is printed to the terminal including a short description of what it does.
13
- The command is also copied to your clipboard so you can paste it in your terminal.
13
+ The command is also copied to your clipboard and so you can paste it in your terminal.
14
14
15
15
NOTE: no data is shared from your system, only the natural language you pass it is sent to the OpenAI API.
16
16
You can’t perform that action at this time.
0 commit comments