2 个仓库
Tools for redirecting the I/O and controlling terminal of an active process to a different window.
Distinct from Process Control Commands: Candidates focus on signal sending, window layout, or stream piping, not moving a process between terminals.
Explore 2 awesome GitHub repositories matching operating systems & systems programming · Interactive Process Redirection. Refine with filters or upvote what's useful.
Reptyr 是一个系统实用程序,专为正在运行的程序重新挂载(reparenting)、管理伪终端以及控制标准输入和输出分配而设计。它作为一个底层 Unix 进程控制器,更新控制终端分配并重定向活动进程的输入和输出。 该工具允许在不中断执行的情况下将正在运行的程序从一个终端会话移动到另一个终端会话。它还提供了用于生成伪终端对和重定向文件描述符以捕获或代理终端会话的实用程序。 该项目涵盖了更广泛的进程管理功能,包括终端断开后的远程会话恢复,以及捕获伪终端主端以附加特定终端上所有进程的能力。
Redirects file descriptors and controlling terminal assignments of active processes to different terminal windows.
Overmind is a process manager for starting and monitoring multiple background processes defined in a Procfile. It functions as an interactive process controller that allows users to attach terminals to running processes for direct input and control. The project differentiates itself through its integration with a terminal multiplexer to organize process outputs into separate windows and its ability to act as a remote process manager via a network-capable controller. It supports a daemonized execution mode to maintain process execution in the background while providing separate interfaces for
Allows users to attach interactive terminals to running background processes for direct input and control.