Files
cheatsheet-tldr/tldr/pueue-edit
2025-12-02 00:21:15 +00:00

22 lines
482 B
Plaintext

---
syntax: markdown
tags: [tldr, common]
source: https://github.com/tldr-pages/tldr.git
---
# pueue edit
> Edit the command or path of a stashed or queued task.
> More information: <https://github.com/Nukesor/pueue#how-to-use-it>.
- 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}}`