Interact with ChatGPT from your terminal! 🚀🤖
Install
Cargo
From source
Homebrew
Usage
For the first time you have to to enter your OpenAI API key.
termgpt --api <your api-key>
This key will then be saved to:
// Linux: /home/alice/.config/termgpt
// Windows: C:\Users\Alice\AppData\Roaming\Foo Corp\termgpt
// macOS: /Users/Alice/Library/Application Support/termgpt
To be reused later
Questions
For now you can ask ChatGPT anything related to managing your operating system or writing code. Eventually you'll be able to ask any question to ChatGPT (couple more prompts to go) with termgpt (P.S try to avoid using '?' at the end of your questions for now).
Executing commands
You can ask to execute the generated command using --exec argument.
Help message
Example questions
termgpt How do I list all files in the current directory
termgpt How can I find the number of lines in a file
termgpt How do I create a new directory
termgpt How can I check the available disk space
termgpt How do I delete a file
termgpt How can I search for a specific string in a file
termgpt How do I copy a file to a different location
termgpt How can I see the contents of a file
termgpt How do I move a file to a different location
termgpt How can I change the permissions of a file or directory
Inspirations
License
The MIT license