snippetbashTip
pueue send — Send input to a task. More information: <https://github.com/Nukesor/pueue#how-to-use-it>.
Viewed 0 times
tasksendcommandpueue sendcliinformationinputmore
Problem
How to use the
pueue send command: Send input to a task. More information: <https://github.com/Nukesor/pueue#how-to-use-it>.Solution
pueue send — Send input to a task. More information: <https://github.com/Nukesor/pueue#how-to-use-it>.Send input to a running command:
pueue send {{task_id}} "{{input}}"Send confirmation to a task expecting y/N (e.g. APT, cp):
pueue send {{task_id}} {{y}}Code Snippets
Send input to a running command
pueue send {{task_id}} "{{input}}"Send confirmation to a task expecting y/N (e.g. APT, cp)
pueue send {{task_id}} {{y}}Context
tldr-pages: common/pueue send
Revisions (0)
No revisions yet.