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
Show full task details$ pueue status --full
SYNOPSIS
pueue status [options]
DESCRIPTION
pueue status displays the current state of all tasks in the queue. Shows queued, running, completed, and failed tasks with their task IDs, commands, status, and execution times.
PARAMETERS
-g, --group name
Show specific group.--json
Output as JSON.--full
Display full task information with expanded output.
SEE ALSO
pueue(1), pueue-add(1), pueue-log(1), pueue-clean(1), pueue-follow(1)
