pueue-follow

Stream pueue task output in real-time

TLDR

Follow task output
$ pueue follow [task_id]
Follow latest task
$ pueue follow
Follow with lines
$ pueue follow --lines [50] [task_id]

SYNOPSIS

pueue follow [options] [taskid_]

DESCRIPTION

pueue follow streams the stdout and stderr output of a running task in real-time, similar to tail -f. Without a task ID, it follows the most recently started task. The --lines option controls how many lines of existing output to display initially.

PARAMETERS

TASKID_

Task to follow.
--lines N
Initial lines to show.

INSTALL

sudo pacman -S pueue
sudo apk add pueue
sudo zypper install pueue
brew install pueue
nix profile install nixpkgs#pueue

CAVEATS

Only for running tasks. Part of pueue.

HISTORY

pueue follow provides real-time task output streaming.

SEE ALSO

pueue(1), pueue-log(1)