task.default-date-time
task.default-date-time copied to clipboard
Get defaults on the configuration file
I realize some changes for:
- Read defaults from the configuration file
- Solve a problem with taskwarriors time and utc/localtime.
I welcome these improvements, but I think it's overkill to require both tasklib and taskw, since those two libraries basically do the same thing.
You can get the TaskWarrior configuration using tasklib in the following manner:
from tasklib.task import TaskWarrior
tw = TaskWarrior()
tw.get_config()
thanks, i will write the changes later.
Cool! Also, can you please explain the second problem you're trying to solve ("Solve a problem with taskwarriors time and utc/localtime.")?
FYI, This pull request won't be merged until it is reimplemented to use tasklib purely.