mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-04 10:43:53 +00:00
27 lines
545 B
Plaintext
27 lines
545 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# pueue stash
|
|
|
|
> Stash tasks to prevent them starting automatically.
|
|
> See also `pueue start` and `pueue enqueue`.
|
|
> More information: <https://github.com/Nukesor/pueue>.
|
|
|
|
- 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}}`
|