LinuxCommandLibrary

pueue-add

Add commands to the pueue task queue

TLDR

Add command to queue

$ pueue add [command]
copy
Add with immediate start
$ pueue add -i [command]
copy
Add to specific group
$ pueue add -g [group] [command]
copy
Add with delay
$ pueue add --delay "10min" [command]
copy
Add paused task
$ pueue add --stashed [command]
copy

SYNOPSIS

pueue add [options] command

DESCRIPTION

pueue add adds a new command to the task queue. Commands are queued and executed in order. Supports task grouping, dependencies, priorities, and delayed execution.

PARAMETERS

-i, --immediate

Start immediately.
-g, --group name
Add to group.
--delay duration
Delay before starting.
--stashed
Add as stashed (paused).
-l, --label label
Task label.
-a, --after ids
Start after other tasks.
-p, --priority n
Task priority.

SEE ALSO

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community