klaudiosinani / taskbook

Tasks, boards & notes for the command-line habitat
MIT License
8.97k stars 383 forks source link

Multi-Tasks/Quick-Tasks #22

Open juliangaal opened 6 years ago

juliangaal commented 6 years ago

Sometimes, the items in your Todo are very small, e.g. a shopping list

* bread
* butter
* more bread

In it's current form I'd have to type tb -t @shopping bread, tb -t @shopping butter and tb -t @shopping bread. How about being able to write tb -t @shopping bread|butter|more bread, which could be translated to

* bread
* butter
* more bread

Thanks

colingm commented 6 years ago

I will take a look at getting a PR for this