Allow task creation in a Taskfile from the CLI interactively #1682
Lucifergene
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Suppose I have a Taskfile in my home directory containing some tasks. Now I want to add a new task to that Taskfile without editing the file directly. I want to have a CLI command that will allow me to fill out the required task details in the CLI interface and save them to the Taskfile.
This will save a lot of time for developers who use Taskfiles daily on their local systems. Since developers often prefer to stay within the terminal, this would be a great feature to add.
Since we already have the
--list
flag, a--create
&--delete
tasks flag makes sense.Our team is planning to use this tool and contribute to this feature, if it is aligned with the maintainers.
Beta Was this translation helpful? Give feedback.
All reactions