Forrest logo
back to the pueue tool

pueue-stash:tldr:23426

pueue-stash: Enqueue a task to be executed when preceding tasks finish.
$ pueue enqueue ${task_id}
try on your machine

The command "pueue enqueue ${task_id}" comes from the Pueue task manager.

Here's a breakdown of the command:

  • "pueue" refers to the Pueue command-line tool.
  • "enqueue" is the subcommand that is used to add a task to the task queue.
  • "${task_id}" is a placeholder for the ID of the task that you want to enqueue.

When you run this command, it adds a task with the specified ID to the Pueue task queue. The task will then be executed based on the order in which it was added to the queue.

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