2024-12-21 16:37:41 +01:00
2024-12-21 16:37:41 +01:00
2024-12-21 16:37:41 +01:00
2024-12-21 16:37:41 +01:00
2024-12-21 16:37:41 +01:00
2024-12-21 16:37:41 +01:00
2024-12-21 16:37:41 +01:00
2024-12-21 16:37:41 +01:00

psTUI - A terminal UI for managing processes

psTUI

Features

  • Search processes by name
  • Sort processes by CPU or memory usage
  • Kill processes
  • Toggle auto-refresh
  • Lightweight and fast

Install with pip

pip install pstui

Run

pstui

Run from source

Installation

pip install -r requirements.txt

Usage

python src/pstui/main.py

Controls

  • Q: Quit
  • F: Find process
  • R: Refresh
  • K: Kill selected process
  • S: Toggle sort (CPU/Memory)
  • A: Toggle auto-refresh
  • ↑/↓: Navigate

License

Licensed under the MIT License. See LICENSE.md for more information.

Description
No description provided
Readme
Languages
Python 100%