Skip to content

whitew1994WW/bashgpt

Repository files navigation

Bash GPT

This is a simple bash script that uses OpenAI's GPT-4 to write bash commands to answer your questions. For instance see the below screenshots of the tool in action:

Example 1 Example 2 Example 3

You can also pass the --explain parameter to give a reason why that command was chosen and what the output means:

Example 4

Installation

You can either install from source or install direct from PyPi using:

pip install bash-gpt

Deployment

Give deploy.sh execution permissions with chmod +x deploy.sh, and then run it with ./deploy.sh.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published