pueue-edit
Edit queued pueue task properties
TLDR
Edit task command
$ pueue edit [task_id]
Edit task path$ pueue edit --path [task_id]
Edit task label$ pueue edit --label [task_id]
SYNOPSIS
pueue edit [options] taskid_
DESCRIPTION
pueue edit modifies queued or stashed tasks. Opens the task property in an editor for modification. Only works on tasks that haven't started yet.
PARAMETERS
--command
Edit command (default).--path
Edit working directory.--label
Edit task label.--priority
Edit priority.
