-
Notifications
You must be signed in to change notification settings - Fork 282
[Feature]: Add a possibility to create tasks in the "board" TUI view #579
Description
Is your feature request related to a problem? Please describe.
You can nicely edit a task in the terminal "board" view using the assigned editor, it would be really great if there would be a possibility to create tasks using the board view too.
Describe the solution you'd like
Maybe some key ("N"?) could ask what is the name of the new tasks and it would then check the current index and create the {prefix}-{index}-{} tasks. Maybe it needs to know the state (draft or todo or ) too so it can place them in the correct place.
Additional context
This is a good place to thank You for this great tool! It has small surface, intuitive, unintrusive (unlike other tools in this category), let's you bring your own process and yet it provides the critical parts normally users request in order to start using task planner (like BOTH terminal and graphical uis). Keep up the good work, I can try to help too if I still have any tokens left and You are willing to review PRs 😅