Metadata-Version: 2.4
Name: recall-terminal
Version: 0.1.1
Summary: The AI brain for developers — natural language terminal commands
Description-Content-Type: text/markdown
Requires-Dist: click
Requires-Dist: anthropic
Requires-Dist: rich
Requires-Dist: requests
Dynamic: description
Dynamic: description-content-type
Dynamic: requires-dist
Dynamic: summary

# Recall â€” The AI Brain for Developers

> Stop Googling commands. Recall remembers everything.

Recall is an AI-powered terminal tool that understands natural language, remembers your history, fixes your errors, and automates your workflows â€” all inside your terminal.

## Install

```bash
pip install recall-ai
```

## Setup

```bash
recall --setup
```

## Usage

```bash
# Natural language to command
recall "how to check running ports"

# See your history
recall --history

# Fix an error
recall --error "ModuleNotFoundError: No module named pandas"

# Save a workflow
recall --save "deploy"

# Run a workflow
recall --run "deploy"

# List all workflows
recall --list-workflows
```

## Features

- Natural language â†’ exact terminal command
- Persistent memory â€” remembers your history
- Context aware â€” learns from past queries
- Error intelligence â€” detects and fixes errors automatically
- Workflow automation â€” save and run command sequences
- Cross platform â€” Windows, Mac, Linux

## Built With

Python Â· FastAPI Â· AWS EC2 Â· Anthropic Claude API

---

Built by [Muhammad Bilal Ur Rehman](https://github.com/mbilalrehman)
