Pueue is a command-line tool designed to manage and execute long-running shell commands in a sequential or parallel queue.
Pueue is a Rust-powered CLI tool that processes a queue of shell commands, letting you manage long-running tasks efficiently. You can add tasks using `pueue add <command>`, schedule them to run sequentially or in parallel, and even pause or resume them with `pueue pause` and `pueue resume`. The `pueued` daemon runs in the background, ensuring tasks continue processing even when you're not logged in.
Pueue is a command-line tool designed to manage and execute long-running shell commands in a sequential or parallel queue.
Developers, system administrators, and anyone needing to manage and automate the execution of shell commands, especially long-running ones, across multiple terminal sessions.