pueue Verified current stable Not installed?

Pueue / Show Status All Tasks

Show Status All Tasks

Use the 'pueue status' command to display the current status of all tasks in Pueue.

$
Terminal
pueue status

When To Use

Check the status of all tasks managed by Pueue.

Terminal Output

Expected runtime feedback

Simulated preview
>
Output
Task ID | Status   | Command
-------- | -------- | ----------------
1        | Running  | echo 'Hello'
2        | Waiting  | sleep 10
3        | Finished | ls -la

Command Breakdown

What each part is doing

pueue
Base Command
The executable that performs this operation. Here it runs Pueue before the shell applies any redirect operators.

How To Run

Execution path

  1. Step 1

    Open your terminal.

  2. Step 2

    Run the command 'pueue status'.

  3. Step 3

    Review the displayed status of all tasks.

Alternative Approaches

Comparable commands in other tools

Alternative tools that share the "inspect" operation intent.