2025-03-14 21:59:59 -06:00
|
|
|
# pueue edit
|
|
|
|
|
|
|
|
|
|
> Edit the command or path of a stashed or queued task.
|
2026-02-18 06:55:01 -07:00
|
|
|
> More information: <https://github.com/Nukesor/pueue#how-to-use-it>.
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- 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}}`
|