pueue
TLDR
Add command to queue
$ pueue add [command]
List tasks$ pueue status
Start processing queue$ pueue start
Pause queue$ pueue pause
Remove task$ pueue remove [task_id]
Follow task output$ pueue follow [task_id]
SYNOPSIS
pueue command [options]
DESCRIPTION
pueue is a command-line task manager. Queue and manage shell commands.
The tool runs tasks sequentially or in parallel. Background process manager.
pueue queues tasks.
PARAMETERS
add CMD
Add task.status
Show queue status.start
Start queue.pause
Pause queue.remove ID
Remove task.follow ID
Follow output.log ID
Show task log.kill ID
Kill task.
CAVEATS
Requires pueued daemon. Persistent across sessions.
HISTORY
Pueue was created for managing long-running shell commands.


