task.default-date-time icon indicating copy to clipboard operation
task.default-date-time copied to clipboard

Get defaults on the configuration file

Open ruworuro opened this issue 10 years ago • 4 comments

I realize some changes for:

  • Read defaults from the configuration file
  • Solve a problem with taskwarriors time and utc/localtime.

ruworuro avatar May 21 '15 12:05 ruworuro

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()

tbabej avatar May 21 '15 14:05 tbabej

thanks, i will write the changes later.

ruworuro avatar May 21 '15 14:05 ruworuro

Cool! Also, can you please explain the second problem you're trying to solve ("Solve a problem with taskwarriors time and utc/localtime.")?

tbabej avatar May 21 '15 14:05 tbabej

FYI, This pull request won't be merged until it is reimplemented to use tasklib purely.

tbabej avatar Dec 07 '17 17:12 tbabej