Skip to content
/ helpme Public

an AI-driven CLI tool that generates commands based on user queries using GPT-3.5 Turbo

License

Notifications You must be signed in to change notification settings

dbut2/helpme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

helpme

helpme is a command-line interface (CLI) tool that leverages AI to generate commands based on user input. It uses the GPT-3.5 Turbo model from OpenAI to understand the user's needs and provides the corresponding command(s) to execute.

Installation

To install helpme, use the following command:

go install github.com/dbut2/helpme@latest

Usage

Before using helpme, ensure you have set the OPENAI_TOKEN environment variable with your OpenAI API key. Then, simply run the helpme command followed by your query.

helpme <your_query>

Example

helpme create a new directory named mydir

This will generate the appropriate command, such as:

mkdir mydir

About

an AI-driven CLI tool that generates commands based on user queries using GPT-3.5 Turbo

Topics

Resources

License

Stars

Watchers

Forks

Languages