LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

pueue-status

Display pueue task queue state

TLDR

Show queue status
$ pueue status
copy
Show specific group
$ pueue status -g [group]
copy
Show in JSON format
$ pueue status --json
copy
Show full task details
$ pueue status --full
copy

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

Copied to clipboard
Kai