← 返回命令列表

Linux command

pueue-edit 命令

文本

复制后可按需替换文件名、目录或参数。

常用示例

Edit a task's command

pueue edit [task_id]

Edit a task's working directory

pueue edit --path [task_id]

Edit a task's label

pueue edit --label [task_id]

Edit a task's priority

pueue edit --priority [task_id]

Edit multiple tasks at once

pueue edit [task_id1] [task_id2]

说明

pueue edit modifies queued or stashed tasks. Opens the task property in your default editor (set via EDITOR or VISUAL environment variable) for modification. Only works on tasks that have not started running yet. Multiple task IDs can be provided to edit several tasks in sequence.

参数

--command
Edit the task's command. This is the default if no flag is specified.
--path
Edit the task's working directory.
--label
Edit the task's label.
--priority
Edit the task's priority value.

FAQ

What is the pueue-edit command used for?

pueue edit modifies queued or stashed tasks. Opens the task property in your default editor (set via EDITOR or VISUAL environment variable) for modification. Only works on tasks that have not started running yet. Multiple task IDs can be provided to edit several tasks in sequence.

How do I run a basic pueue-edit example?

Run `pueue edit [task_id]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.

What does --command do in pueue-edit?

Edit the task's command. This is the default if no flag is specified.