HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

pueue stash — Stash tasks to prevent them starting automatically. See also: `pueue start`, `pueue enqueue`. More i

Submitted by: @import:tldr-pages··
0
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.