LinuxCommandLibrary

pueue-send

Send stdin input to running pueue tasks

TLDR

Send input to task

$ pueue send [task_id] "[input]"
copy
Send newline
$ pueue send [task_id] ""
copy
Send special character
$ pueue send [task_id] "\n"
copy

SYNOPSIS

pueue send taskid input_

DESCRIPTION

pueue send writes text to the stdin of a running task, enabling interaction with commands that prompt for user input. This is useful for tasks that require confirmation or data entry while running in the background pueue queue.

PARAMETERS

TASKID_

Task to send input to.
INPUT
Text to send.

CAVEATS

Task must be running. Part of pueue.

HISTORY

pueue send provides stdin input to running tasks.

SEE ALSO

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community