Skip to content

AI assistant powered by GPT3 to automate/autocomplete your console commands

Notifications You must be signed in to change notification settings

TheSeanLavery/AI-Terminal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

AI Terminal

AI Terminal is a command-line interface (CLI) that uses AI to autocomplete your commands and execute them in the system console. With AI Terminal, you can quickly and easily run commands in the console, with the help of AI-powered suggestions.

Features

  • AI-powered autocompletion: AI Terminal uses OpenAI's GPT-3 model to suggest completions for your commands, so you can type faster and more accurately.
  • Command execution: AI Terminal allows you to execute any command that you can run in the system console, and displays the output.
  • Easy to use: AI Terminal has a simple, intuitive interface that makes it easy to run commands and see the results.

Requirements

Installation

To install AI Terminal, first clone this repository:

git clone https://github.com/YOUR_USERNAME/ai-terminal.git

Next, navigate to the ai-terminal directory and install the required dependencies:

cd ai-terminal pip install -r requirements.txt

Finally, replace YOUR_API_KEY in the ai-terminal.py file with your actual OpenAI API key, and run the program:

python ai-terminal.py

Usage

To use AI Terminal, simply type a command at the prompt and press tab to see suggestions for completing the command. Select a suggestion by pressing tab again, or continue typing to create your own command. When you're ready, press enter to execute the command.

To exit AI Terminal, type exit and press enter.

I hope this helps! Let me know if you have any questions or need further guidance.

About

AI assistant powered by GPT3 to automate/autocomplete your console commands

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages