← Back to team overview

gtg team mailing list archive

Re: [Question #219790]: How do you add several tasks in once

 

Question #219790 on Getting Things GNOME! changed:
https://answers.launchpad.net/gtg/+question/219790

    Status: Open => Solved

psychoslave confirmed that the question is solved:
Here is the magic line to add each line of the "tasks" file as a new
task in gtg, with tags :

while read task;do echo "A description @tag1,tag2"|gtg_new_task $task
-i;done<tasks

-- 
You received this question notification because you are a member of Gtg
developers, which is an answer contact for Getting Things GNOME!.