Forrest logo
back to the pueue tool

pueue-send:tldr:06c2c

pueue-send: Send input to a running command.
$ pueue send ${task_id} "${input}"
try on your machine

This command is using a command-line tool called "pueue" to send an input to a specific task identified by the ${task_id} variable.

  • "pueue" is a task manager for shell commands in Unix-like systems.
  • "send" is a specific command or subcommand available in pueue that allows sending input to a running task.
  • ${task_id} is a placeholder for the ID of the task you want to send input to. You need to replace ${task_id} with the actual ID number.
  • "${input}" is a placeholder for the input or message you want to send to the task. You need to replace "${input}" with the actual input you want to provide.

By executing this command with the task ID and input values, you can send data or messages to a specific running task managed by pueue.

This explanation was created by an AI. In most cases those are correct. But please always be careful and never run a command you are not sure if it is safe.
back to the pueue tool