Skip to content

Comments

Get defaults on the configuration file#4

Open
ruworuro wants to merge 7 commits intotbabej:masterfrom
ruworuro:master
Open

Get defaults on the configuration file#4
ruworuro wants to merge 7 commits intotbabej:masterfrom
ruworuro:master

Conversation

@ruworuro
Copy link

I realize some changes for:

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

@tbabej
Copy link
Owner

tbabej commented May 21, 2015

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

@ruworuro
Copy link
Author

thanks, i will write the changes later.

@tbabej
Copy link
Owner

tbabej commented May 21, 2015

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

pip --user install tasklib
```

You’ll also need to install the [taskw library](https://github.com/ralphbean/taskw/tree/develop), hich allows us to read the configuration file:

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

s/hich/which/

@tbabej
Copy link
Owner

tbabej commented Dec 7, 2017

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants