LinuxCommandLibrary

pueue-edit

Edit the command or path of a stashed or queued task.

TLDR

Edit a task, see pueue status to get the task ID

$ pueue edit [task_id]
copy


Edit the path from which a task is executed
$ pueue edit [task_id] --path
copy


Edit a command with the specified editor
$ EDITOR=[nano] pueue edit [task_id]
copy

Copied to clipboard