Metadata-Version: 2.4
Name: cmdfixer-gemini
Version: 0.1.5
Summary: Fix corrupted shell commands using AI
Author-email: Mostafa Osman <mostafa.osman.fathi@gmail.com>
License: MIT
Project-URL: homepage, https://github.com/MostafaOsmanFathi/Cmd-Fixer
Keywords: CLI,AI,command-fixer,shell
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: click<9.0,>=8.0
Requires-Dist: google-genai<2.0.0,>=1.20.0
Requires-Dist: toml<1.0,>=0.10.0
Requires-Dist: google-auth<3.0.0,>=2.14.1
Dynamic: license-file

# Cmd-Fixer

**Cmd-Fixer** is a Python CLI tool that helps you **fix corrupted or incorrect shell commands** using AI. It suggests possible corrections, lets you preview them, and optionally executes the selected command immediately.  

---

## Features

- AI-powered shell command fixing using Gemini LLM.  
- Interactive CLI with numbered command suggestions.  
- Option to execute the suggested command directly.  
- Stores API key and user preferences locally for seamless usage.  
- Configurable maximum number of suggestions per fix.  

---

## Installation

Install the package via `pip`:

```bash
  pip install git+https://github.com/MostafaOsmanFathi/Cmd-Fixer.git
```
