pueue-status
Display pueue task queue state
TLDR
Show queue status
$ pueue status
Show specific group$ pueue status -g [group]
Show in JSON format$ pueue status --json
SYNOPSIS
pueue status [options]
DESCRIPTION
pueue status displays the current state of all tasks. Shows queued, running, completed, and failed tasks. Displays task IDs, commands, status, and execution times.
PARAMETERS
-g, --group name
Show specific group.--json
Output as JSON.
