HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

pueue edit — Edit the command or path of a stashed or queued task. More information: <https://github.com/Nukesor/

Submitted by: @import:tldr-pages··
0
Viewed 0 times
thecommandpathstashedclieditpueue edit

Problem

How to use the pueue edit command: Edit the command or path of a stashed or queued task. More information: <https://github.com/Nukesor/pueue#how-to-use-it>.

Solution

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}}

Code Snippets

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}}

Context

tldr-pages: common/pueue edit

Revisions (0)

No revisions yet.