Skip to content
/ fix Public

Boost your command line with AI-powered error resolution using OpenAI's Codex. Enjoy a smoother workflow with Fix!

License

Notifications You must be signed in to change notification settings

tom-doerr/fix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 

Repository files navigation

🤖 Fix! 🩹

AI fixing your issues.

Repository's starts Issues License
Latest commit GitHub repository size

You just need to prepend `fix` to your command and the AI will suggest solutions.

What is it?

A program that suggests solutions for errors in the command line using OpenAI's Codex AI to produce suggestions.

Installation

  1. Get access to OpenAI's Codex API.
  2. Clone the repository
  3. Add main.py to your path, e.g. by running cp $PWD/main.py ~/.local/bin/fix or similar.

How to use it

$ fix <program>

To fix the last command:

$ fix !!

How it works

This script executes your program and generates potential solutions using OpenAI's Codex AI.


Traffic Statistics

About

Boost your command line with AI-powered error resolution using OpenAI's Codex. Enjoy a smoother workflow with Fix!

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages