LinuxCommandLibrary

pueue-group

TLDR

List groups

$ pueue group
copy
Create group
$ pueue group add [name]
copy
Remove group
$ pueue group remove [name]
copy
Set parallel tasks
$ pueue parallel [N] --group [name]
copy

SYNOPSIS

pueue group [subcommand] [options]

DESCRIPTION

pueue group manages task groups. Organizes parallel execution.
The tool creates execution groups. Separates workflows.
pueue group organizes tasks.

PARAMETERS

add NAME

Create group.
remove NAME
Delete group.

CAVEATS

Default group exists. Part of pueue.

HISTORY

pueue group provides task grouping functionality.

SEE ALSO

Copied to clipboard