pueue-send
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 sends input to running task. Stdin simulation.
The tool provides interactive input. For tasks requiring user input.
pueue send writes to stdin.
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)


