pueue-send
Send stdin input to running pueue tasks
TLDR
Send input to task
$ pueue send [task_id] "[input]"
Send newline$ pueue send [task_id] ""
Send special character$ pueue send [task_id] "\n"
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
pueue(1), pueue-follow(1)
