mirror of
https://github.com/tcsenpai/pstui.git
synced 2025-06-01 08:50:08 +00:00
psTUI - A terminal UI for managing processes
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
Languages
Python
100%