snippetbashTip
pueue stash — Stash tasks to prevent them starting automatically. See also: `pueue start`, `pueue enqueue`. More i
Viewed 0 times
commandpreventclithempueue stashstashstartingtasks
Problem
How to use the
pueue stash command: Stash tasks to prevent them starting automatically. See also: pueue start, pueue enqueue. More information: <https://github.com/Nukesor/pueue#how-to-use-it>.Solution
pueue stash — Stash tasks to prevent them starting automatically. See also: pueue start, pueue enqueue. More information: <https://github.com/Nukesor/pueue#how-to-use-it>.Stash an enqueued task:
pueue stash {{task_id}}Stash multiple tasks at once:
pueue stash {{task_id}} {{task_id}}Start a stashed task immediately:
pueue start {{task_id}}Enqueue a task to be executed when preceding tasks finish:
pueue enqueue {{task_id}}Code Snippets
Stash an enqueued task
pueue stash {{task_id}}Stash multiple tasks at once
pueue stash {{task_id}} {{task_id}}Start a stashed task immediately
pueue start {{task_id}}Enqueue a task to be executed when preceding tasks finish
pueue enqueue {{task_id}}Context
tldr-pages: common/pueue stash
Revisions (0)
No revisions yet.