Closed Mjvolk3 closed 1 year ago
this could be made into a quick-add
command that asks from the project as a flag (like the others) and the args are the names of the tasks you wanna create.
it won't support the other options, but if you don't need assignee, billable or a estimation of time to differ from the project, it may be useful.
a quick-add
would help you?
Yes I would use this often. Would it be possible for the current add
to default to quick-add
if there isn't a -n
?
this would make the code unnecessarily complicated i think, but i will work on a quick-add soon
hi @Mjvolk3 , task quick-add
is one version v0.44.0 can you try it?
@lucassabreu This works perfectly for me.
Would it be possible to add a command for task add that is similar to task done? For instance
clockify-cli task -p project_name add task_name
which would follow the patternclockify-cli task -p project_name done task_name
. My guess is that this isn't done because task add can be modified with some flags, but this would be nice to quickly bulk add tasks if those flags are not needed. Then likedone
you could add a list of tasks to a project.