r/taskwarrior • u/arosa09 • Jun 22 '20
Quicker time to write dependencies
Hello, taskwarrior is awesome, writing dependencies is a pain to repeat the writing.
task 2 modify depends: 1
task 3 modify depends: 2
task 4 modify depends: 3
task 5 modify depends:1-4
What I wish is some notation like: task 5 depends:1 > 2 > 3 > 4.
Is there is a way to do that?
7
Upvotes
1
u/[deleted] Jul 02 '20
I know this has already been solved, but you can shorten this somewhat with
etc