Metadata-Version: 2.4
Name: purple-soul
Version: 0.1.4
Summary: A minimalist terminal writing tool for geeks
Requires-Python: >=3.11
Requires-Dist: textual>=8.0.0
Description-Content-Type: text/markdown

# purple-soul

> A minimalist writing tool for terminal geeks.

No Markdown preview. No sidebar. No distraction.  
Just you, your words, and a black screen.

Built with [Textual](https://github.com/Textualize/textual). Inspired by the idea that writing should feel like thinking — quiet, focused, and fast.

## Install

```bash
pipx install purple-soul
```

## Run

```bash
purple-soul
```

## Shortcuts

| Key | Action |
|-----|--------|
| `Ctrl+S` | Save |
| `Ctrl+N` | New file |
| `Ctrl+L` | File list + tags |
| `Ctrl+F` | Search |
| `Ctrl+E` | Copy all to clipboard |
| `Ctrl+Q` | Quit |

## Tags

Write `#tag` or `#parent/child` anywhere in your text to organize files — like [flomo](https://flomoapp.com), but in your terminal.

## Design

- Pure black background (`#0d0d0d`)
- Terminal default text color
- Purple accent (`#7c6af7`)
- Breathing status bar
- Auto-save every 30 seconds
- Files saved as plain `.txt`
