2025-05-05 18:29:54 +00:00
Metadata-Version: 2.4
2024-11-27 14:28:30 +00:00
Name: zhurnal
2026-06-14 15:24:16 +00:00
Version: 0.2.0
2025-05-05 18:29:54 +00:00
Summary: Process monitoring and management web application
2024-12-10 00:38:31 +00:00
Author: retoor
Author-email: retoor@molodetz.nl
2025-05-05 18:29:54 +00:00
Requires-Python: >=3.8
2024-12-10 00:38:31 +00:00
Description-Content-Type: text/markdown
Requires-Dist: aiohttp
2025-05-05 18:29:54 +00:00
Requires-Dist: setuptools
2026-06-14 15:24:16 +00:00
Requires-Dist: app @ git+https://retoor.molodetz.nl/retoor/app.git
2024-12-10 00:38:31 +00:00
2025-05-05 18:29:54 +00:00
# Zhurnal: Real-Time Process Monitoring Web Interface 🚀
2024-12-10 00:38:31 +00:00
2025-05-05 18:29:54 +00:00
## 🌟 Overview
2024-12-10 00:38:31 +00:00
2025-05-05 18:29:54 +00:00
Zhurnal is a powerful, lightweight, and intuitive process monitoring solution that brings unprecedented visibility to your command-line executions. Transform the way you track, analyze, and interact with running processes through an elegant web interface.
2024-12-10 00:38:31 +00:00
2025-05-05 18:29:54 +00:00
## ✨ Key Features
- **Real-Time Process Tracking**: Monitor multiple processes simultaneously
- **Web-Based Dashboard**: Beautiful, responsive interface with live updates
- **Instant Output Streaming**: See command outputs as they happen
- **Process Lifecycle Management**: Automatic process group termination
- **Clipboard-Friendly**: Click-to-copy output lines
- **Minimal Overhead**: Lightweight and efficient design
## 🔧 Installation
### Using pip
```bash
pip install git+https://retoor.molodetz.nl/retoor/zhurnal.git
```
### From Source
```bash
git clone https://retoor.molodetz.nl/retoor/zhurnal.git
cd zhurnal
make install
```
## 🚀 Quick Start
Run multiple processes and monitor them in real-time:
```bash
zhurnal "ping google.com" "docker ps" "top"
```
### Advanced Usage
```bash
# Specify host and port
zhurnal --host 0.0.0.0 --port 8080 "your_command" "another_command"
# With authentication
zhurnal --username admin --password secret "sensitive_process"
```
## 💡 Why Zhurnal?
- **Developer-Friendly**: Perfect for DevOps, system administrators, and developers
- **No More Terminal Switching**: Single web interface for multiple processes
- **Performance Insights**: Elapsed time and detailed process information
- **Cross-Platform**: Works on Linux, macOS, and Windows
## 🔒 Security
- Process isolation
- Optional authentication
- Secure WebSocket connections
## 📦 System Requirements
- Python 3.8+
- Modern web browser
- Minimal system resources
## 🤝 Contributing
Contributions are welcome!
## 📄 License
MIT License
---
**Zhurnal**: Because monitoring should be as smooth as your workflow. 💻✨