Metadata-Version: 2.4
Name: psdoom
Version: 0.1.2
Summary: A TUI process manager inspired by the classic Doom game
License: MIT
Requires-Python: >=3.8
Requires-Dist: psutil==5.9.0
Requires-Dist: textual==0.38.1
Description-Content-Type: text/markdown

# PSDoom

A terminal-based process manager inspired by the classic Doom game. Built with Textual.

## Features

- Search for processes containing specific substrings
- Navigate process list with arrow keys
- Kill selected processes

## Installation

```bash
uv install -e .
```

## Usage

```bash
uv run python -mpsdoom
```

This gives you a TUI that should make it easy to find processes that you want to terminate.
