Metadata-Version: 2.4
Name: irl-wisdom
Version: 2.0.2
Summary: A massive CLI for daily wisdom, mental models, power laws, and more.
Author-email: Dev2Creator <antigravity@example.com>
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: rich>=13.0.0
Requires-Dist: questionary>=2.0.0
Requires-Dist: pyperclip>=1.8.0
Requires-Dist: typer>=0.9.0
Dynamic: license-file

# IRL Wisdom CLI 🗿

A massive, feature-rich Terminal User Interface (TUI) for daily wisdom, mental models, cognitive biases, 48 laws of power, and hardcore discipline quotes.

## Features
- **Interactive Dashboard:** Beautiful, keyboard-navigable interactive menu.
- **Huge Datasets:** Hundreds of items spanning Stoic wisdom, Moai vibes, powerful facts, and more.
- **Favorites System:** Save your favorite quotes to a local favorites list.
- **Copy to Clipboard:** Instantly copy text to your clipboard.
- **Daily Streak Tracker:** Tracks your daily streak every time you open the app.

## Installation
```bash
pip install irl-wisdom
```

## Usage
Simply run the interactive dashboard:
```bash
irl-wisdom
```

Or run specific commands:
```bash
irl-wisdom daily
irl-wisdom moai
irl-wisdom power
irl-wisdom models
irl-wisdom biases
irl-wisdom discipline
irl-wisdom fact
```

Add the `--copy` flag to copy the output to your clipboard instantly:
```bash
irl-wisdom power --copy
```
