snippetbashTip
pueue group — Display, add, or remove groups. More information: <https://github.com/Nukesor/pueue#how-to-use-it>.
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 groupAdd 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 groupAdd 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.