A bidirectional syncronization tool between taskwarrior and simple text files in vim's vimwiki format.
tw = tasklib.TaskWarrior(data_location='~/.task')
tw.tasks.filter(project='bparty')
[Buy some food, Plan some party games, Decorate the room, Have a birthday party]
project:project_name +tag
, so that I take the advantage of context. The issue I have right now is when I want to move a task to a project, I have to not only adding the project name, but also the tag to make taskwiki shows it under the correct project section. Is there a way that I am simplify this a bit?
/usr/local/opt/python@3.8/bin/python3.8
, but system python is /usr/local/bin/python3
TaskWikiGrid
, it generates an empty grid. What could be the causes?