1 repositorio
Managing a queue of shell commands for sequential or parallel execution with pause, resume, and dependency control.
Distinct from Shell Command Execution: Distinct from Shell Command Execution: adds queue management with pause, resume, and dependency control, not just execution.
Explore 1 awesome GitHub repository matching development tools & productivity · Queued Shell Command Managers. Refine with filters or upvote what's useful.
Pueue is a task queue manager for shell commands, built as a daemon and command-line interface. It accepts shell commands into a managed queue and executes them with configurable parallel execution limits, supporting both global and per-group concurrency controls. The daemon persists its entire state—task queue, logs, and configuration—to disk, ensuring survival across crashes and system restarts. The project distinguishes itself through a dependency graph that lets tasks declare prerequisites, forming a directed acyclic graph that controls execution order. Tasks can be organized into named g
Manages a queue of shell commands for sequential or parallel execution with pause, resume, and dependency control.