Skip to content

A command-line utility tool which allows you to use OpenAI to help you generate bash commands

Notifications You must be signed in to change notification settings

tommyclark/commandgpt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

commandgpt

A command-line utility tool which allows you to use OpenAI to help you generate bash commands.

You need an OPENAI_API_KEY env variable set with your OpenAI API key.

Options

-q Will allow you to receive commands that match your natural language query

-r Will run commands that match your natural language query

Examples

commandgpt -q "List all files" will return the answer: ls

commandgpt -r "List all files" will run ls, displaying all files on the current directory on your filesystem

About

A command-line utility tool which allows you to use OpenAI to help you generate bash commands

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages