Metadata-Version: 2.4
Name: quick-assistant
Version: 0.0.0
Summary: Global CLI tool for productivity - quick translate, document extraction, and search operations.
Project-URL: Homepage, https://github.com/rafaeelricco/quick-assistant
Project-URL: Repository, https://github.com/rafaeelricco/quick-assistant
Author-email: Rafael Ricco <rafaelricco10@gmail.com>
License-Expression: MIT
Requires-Python: >=3.11
Requires-Dist: charset-normalizer>=3.0.0
Requires-Dist: google-genai>=1.26.0
Requires-Dist: packaging>=24.0
Requires-Dist: pydantic>=2.11.7
Requires-Dist: python-dotenv>=1.1.1
Requires-Dist: questionary>=2.0.0
Requires-Dist: requests>=2.31.0
Requires-Dist: rich>=14.0.0
Description-Content-Type: text/markdown

## Quick Assistant

CLI tool for productivity, focused on quick daily operations.

### Installation

```bash
npm install -g @rafaeelricco/quick-assistant
```

### Requirements

- `GOOGLE_API_KEY` environment variable (Google Gemini API)

### Commands

#### 1. Translate
Translate text using AI (default target: Portuguese).
```bash
quick --translate "text"
```

#### 2. Commit
AI-powered git commit message generation with interactive flow.
```bash
quick --commit generate
```

### Features
- Fast AI-powered responses
- Colored and organized output
- Compatible with Windows, macOS, Linux
- Informative error messages

### Examples
- `quick --translate "hello world"`
- `quick --commit generate`
