commands.sh

pueue edit

all

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

More info →

Examples (3)

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

pueue edit task_id

Edit the path from which a task is executed

pueue edit task_id --path

Edit a command with the specified editor

EDITOR=nano pueue edit task_id
made by @shridhargupta | data from tldr-pages