HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

pueue group — Display, add, or remove groups. More information: <https://github.com/Nukesor/pueue#how-to-use-it>.

Submitted by: @import:tldr-pages··
0
Viewed 0 times
commandremoveclipueue groupaddmoregroupsdisplay

Problem

How to use the pueue group command: Display, add, or remove groups. More information: <https://github.com/Nukesor/pueue#how-to-use-it>.

Solution

pueue group — Display, add, or remove groups. More information: <https://github.com/Nukesor/pueue#how-to-use-it>.

Show all groups with their statuses and number of parallel jobs:
pueue group


Add a custom group:
pueue group add "{{group_name}}"


Remove a group and move its tasks to the default group:
pueue group remove "{{group_name}}"

Code Snippets

Show all groups with their statuses and number of parallel jobs

pueue group

Add a custom group

pueue group add "{{group_name}}"

Remove a group and move its tasks to the default group

pueue group remove "{{group_name}}"

Context

tldr-pages: common/pueue group

Revisions (0)

No revisions yet.