fix
fix copied to clipboard
Boost your command line with AI-powered error resolution using OpenAI's Codex. Enjoy a smoother workflow with Fix!
🤖 Fix! 🩹
AI fixing your issues.
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
- Get access to OpenAI's Codex API.
- Clone the repository
- Add
main.pyto your path, e.g. by runningcp $PWD/main.py ~/.local/bin/fixor 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.