Skip to content

tom-doerr/fix

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
November 4, 2021 18:00
November 4, 2021 14:35
February 20, 2022 05:10
May 12, 2022 18:20

🤖 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