A terminal-based process manager inspired by the classic Doom game. Built with Textual.
- Search for processes containing specific substrings
- Navigate process list with arrow keys
- Kill selected processes
uv pip install psdoom
uv run python -m psdoom
This gives you a TUI that should make it easy to find processes that you want to terminate.