-
Notifications
You must be signed in to change notification settings - Fork 134
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support Editing Priority #449
Comments
I already assumed that this request would pop up :D Yep, this is definitely a missing feature and should also be fairly easy to do :) |
Here's a thought. I'm currently thinking about exposing all editable properties of a task into temporary well-formatted file (probably YAML, since we're already heavily using this). |
On a second thought, this would go hand-in-hand with issues due to YAML's reserved characters and multiline formatting. I would really like to have a single screen where users can edit all properties of a task, but I'm not sure how this could be achieved without being too hacky... The current approach via flags just feels a bit clunky. Having multiple editors popping up to edit a single task really isn't convenient at all. |
I think there's merits to both methods. To have a single screen where users can edit all properties of a task sounds great for situations when I want to interactively edit everything. As to achieving this, I think a method similar to The alternative of using flags lends itself nicely to edit a single property easily, and more automated workflows (e.g.,
|
Closing for now, as this has been implemented. |
A detailed description of the feature you would like to see added.
TL;DR: I would like to be able to edit the priority of a task within the queue.
The recent release of pueue added support for a
--priority
flag to thepueue add
command. It would be great to be able to also edit the priority.Explain your usecase of the requested feature
For example, if I have recently added an item to the queue but forgot to set it to a high priority, I would be able to execute
pueue edit --priority 9 126
.Alternatives
At the moment, the only alternative I can think of is to remove and re-add the task with a higher priority.
Additional context
No response
The text was updated successfully, but these errors were encountered: