Metadata-Version: 2.4
Name: sysdash-tui
Version: 0.2.0
Summary: Add your description here
Requires-Python: >=3.13
Requires-Dist: psutil>=7.2.2
Requires-Dist: textual>=8.2.5
Description-Content-Type: text/markdown

# SysDash TUI

A real-time system monitor dashboard built with [Textual](https://textual.textualize.io/). A learning project for Agent TUI development.

## Install

```bash
pip install sysdash-tui
```

## Run

```bash
sysdash
```

## Features

- Real-time CPU / Memory / Disk / Network monitoring with animated gauges
- Interactive process list with search, sort, and detail view
- System info status bar
- Dark modern theme with hover effects

## Shortcuts

| Key | Action |
|-----|--------|
| `q` | Quit |
| `r` | Refresh |
| `Tab` | Switch focus |
| `Ctrl+P` | Command palette |

## Development

```bash
git clone https://github.com/LucyDavid/learnTUI.git
cd learnTUI
uv sync
uv run sysdash
```

## License

MIT
