An open API service indexing awesome lists of open source software.

https://github.com/tom-doerr/fix

Boost your command line with AI-powered error resolution using OpenAI's Codex. Enjoy a smoother workflow with Fix!
https://github.com/tom-doerr/fix

ai codex command-line command-line-tool deep-learning ml openai

Last synced: 3 months ago
JSON representation

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

Awesome Lists containing this project

README

        

🤖 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](https://openai.com/blog/openai-codex/).
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
```
To fix the last command:
```
$ fix !!
```

## How it works

This script executes your program and generates potential solutions using OpenAI's [Codex AI](https://openai.com/blog/openai-codex/).

-------------------------------------------------------------------

[Traffic Statistics](https://tom-doerr.github.io/github_repo_stats_data/tom-doerr/fix/latest-report/report.html)