Skip to content

v.0.0.1 - Initial Release

Latest

Choose a tag to compare

@Nafiz204 Nafiz204 released this 10 Apr 11:23
94e2b4c

🚀 Introducing Process_Hub v.0.0.1 – Your Complete Linux Process Management Solution

We're excited to announce the first official release of Process_Hub, a high-performance process management suite designed for Linux users and system administrators.

What's Included

Dual Interfaces:

  • pm_shell: Full-featured CLI with interactive menu system
  • pm_gui: Modern GTK3-based graphical interface

🔧 Core Features:

  • Real-time process monitoring and tracking
  • Foreground/background job management
  • Unix signal handling (SIGKILL, SIGSTOP, SIGCONT)
  • Custom shell mode for command execution
  • Modular, well-structured C codebase

📦 Ready to Use:

  • Easy build with make all
  • MIT License – open for contributions
  • Comprehensive documentation and project structure

Getting Started

git clone https://github.com/Nafiz204/Process_Hub.git
cd Process_Hub
make all
./pm_shell    # For CLI
./pm_gui      # For GUI