Metadata-Version: 2.4
Name: psdoom
Version: 0.1.3
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 pip install psdoom
```

## Usage

```bash
uv run python -m psdoom
```

Or, alternatively

```bash
uvx psdoom
```


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

![image](https://github.com/user-attachments/assets/da630e26-f5da-4732-99fe-e8fb369d1001)
