Two-way Sync of Todoist and Taskwarrior
Go to file
Matt Snider 9b9a310c0f Prevent reimporting duplicate tasks using a Taskwarrior UDA
Taskwarrior's User Defined Attributes (see link below) allow us to define custom
data attributes for tasks. We can use this to store the ID from Todoist to
prevent reimporting a task in subsequent runs.

https://taskwarrior.org/docs/udas.html
2019-01-21 21:17:40 +01:00
tests Fix parse error 'every hour' -> 'hourly' recurrence 2019-01-21 20:38:19 +01:00
todoist_taskwarrior Prevent reimporting duplicate tasks using a Taskwarrior UDA 2019-01-21 21:17:40 +01:00
.gitignore Implement a very basic, description-only import 2018-11-07 00:50:00 +01:00
LICENSE Add LICENSE 2018-11-16 02:17:01 +01:00
README.md Add tests for recur 2018-11-24 15:14:15 +01:00
requirements.txt Switch to my fork for taskw until PR is merged 2018-11-16 02:13:12 +01:00
test_requirements.txt Add tests for recur 2018-11-24 15:14:15 +01:00
TODO.md Prevent reimporting duplicate tasks using a Taskwarrior UDA 2019-01-21 21:17:40 +01:00

todoist-taskwarrior

A tool for migrating Todoist tasks to Taskwarrior.

Usage

...

Development

Testing

$ python -m pytest tests