1 dépôt
Tools designed to manage and track background processes specifically within POSIX-compliant shell environments.
Distinct from POSIX Shell Utilities: Candidates focus on general shell utilities or session persistence, not the orchestration and tracking of tasks.
Explore 1 awesome GitHub repository matching operating systems & systems programming · POSIX Shell Task Managers. Refine with filters or upvote what's useful.
nq is a daemonless job orchestrator and POSIX shell task manager that manages asynchronous command execution on Unix systems. It functions as a command line job queue using directories and file-system locks to coordinate background processes across multiple terminal sessions. The system distinguishes itself by utilizing file-system-based locking to ensure sequential job execution without requiring a resident background daemon. It enables shared queue coordination, allowing different terminal sessions to synchronize work by directing tasks to specific directories. The project covers backgroun
Orchestrates background processes across multiple terminal sessions with persistent logging and job tracking.