Commit Graph

20 Commits

Author SHA1 Message Date
Matt Snider
d899d1a40f Add TODO.md 2019-01-21 11:08:13 +01:00
Matt Snider
4d90c4ba4f Implement interactive task add with support for name, priority and tags 2018-11-24 18:48:48 +01:00
Matt Snider
3d8c91e496 Refactor recur parsing and cover more cases 2018-11-24 15:15:06 +01:00
Matt Snider
c4a6e7bfc7 Add tests for recur 2018-11-24 15:14:15 +01:00
Matt Snider
245daaa3fb Refactor into module structure 2018-11-24 00:24:23 +01:00
Matt Snider
c843376d74 Handle more recurrence patterns 2018-11-23 19:45:09 +01:00
Matt Snider
7a61b82130 Catch missing TODOIST_API_KEY before calling into click cli since it breaks --help 2018-11-23 19:41:35 +01:00
Matt Snider
2e5d6e8ac8
Add LICENSE 2018-11-16 02:17:01 +01:00
Matt Snider
767b3c3512 Switch to my fork for taskw until PR is merged 2018-11-16 02:13:12 +01:00
Matt Snider
40e5fcb07e Handle recurring tasks from date_string (recur) 2018-11-16 02:11:57 +01:00
Matt Snider
e4d86e1ab3 Handle due_date_utc (due) 2018-11-08 01:35:57 +01:00
Matt Snider
acf117e7f4 Handle date_added (entry) 2018-11-08 01:29:28 +01:00
Matt Snider
4b1cb268a1 Handle priority: (1-4) -> LMH 2018-11-08 01:12:48 +01:00
Matt Snider
56dfffbb80 Handle labels (tags) 2018-11-08 01:01:16 +01:00
Matt Snider
2e1b51bdbf Handle project name 2018-11-08 01:00:59 +01:00
Matt Snider
3fa28b44d1 Add basic --interactive capability - confirm each task 2018-11-08 00:36:51 +01:00
Matt Snider
48e7a5f6f5 Add --no-sync option to disable todoist.sync() 2018-11-08 00:33:00 +01:00
Matt Snider
b0f4ca3843 Refactor, improve output 2018-11-08 00:27:00 +01:00
Matt Snider
82cc4bc04b Implement a very basic, description-only import 2018-11-07 00:50:00 +01:00
Matt Snider
ba13b4e915 Initial commit 2018-11-06 18:03:24 +01:00