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!
- Host: GitHub
- URL: https://github.com/tom-doerr/fix
- Owner: tom-doerr
- License: mit
- Created: 2021-11-04T13:35:39.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-12T13:43:51.000Z (about 2 years ago)
- Last Synced: 2024-08-13T07:07:34.591Z (6 months ago)
- Topics: ai, codex, command-line, command-line-tool, deep-learning, ml, openai
- Language: Python
- Homepage:
- Size: 18.6 KB
- Stars: 93
- Watchers: 4
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - tom-doerr/fix - Boost your command line with AI-powered error resolution using OpenAI's Codex. Enjoy a smoother workflow with Fix! (Python)
README
🤖 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
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)