LinuxCommandLibrary

pueue

TLDR

Add command to queue

$ pueue add [command]
copy
List tasks
$ pueue status
copy
Start processing queue
$ pueue start
copy
Pause queue
$ pueue pause
copy
Remove task
$ pueue remove [task_id]
copy
Follow task output
$ pueue follow [task_id]
copy

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.

SEE ALSO

nohup(1), screen(1), tmux(1)

Copied to clipboard