Commit graph

99 commits

Author SHA1 Message Date
3a9ddbd11d Default export command should only show pending tasks. 2022-02-13 22:06:46 +01:00
Patrick Winter
9292befae4 Use a human readable format when editing dates on a task 2019-11-14 22:19:09 +01:00
Patrick Winter
14b28b767f Add helper functions to display human readable dates 2019-11-14 22:07:19 +01:00
Patrick Winter
5f2905e38f Add dependency on timezone library 2019-11-08 17:33:57 +01:00
Patrick Winter
5be6bdea1f Integrate due date into task overview 2019-11-07 19:24:55 +01:00
Patrick Winter
2a74bc57af Change date format from YYYY-MM-DD to DD-MM-YYYY 2019-11-07 19:24:21 +01:00
Patrick Winter
3e5dea2aaf Add helper function to parse taskwarrior timestamps 2019-11-07 19:01:18 +01:00
Patrick Winter
738d01b6b9 Don't display "nil" when no project is set 2019-11-06 19:34:28 +01:00
Patrick Winter
46f2d2b862 Rename taskwarrior-change-description to taskwarrior-edit-description 2019-11-05 20:16:58 +01:00
Patrick Winter
d413061ee2 Captialize prefix name in taskwarrior--change-attribute 2019-11-05 20:16:06 +01:00
Patrick Winter
30adb49e95 Introduce taskwarrior-task-at-point 2019-11-05 20:15:19 +01:00
Patrick Winter
02af750b16 Add unit test to test parsing of the id on newly created tasks 2019-11-04 15:36:46 +01:00
Patrick Winter
a19eebacd0 Add GitHub action badge to README.md 2019-11-04 15:14:10 +01:00
Patrick Winter
ed07a98477 Enable flycheck through .dir-locals.el 2019-11-04 15:11:29 +01:00
Patrick Winter
26240826c4 Raise error if taskwarrior-id-at-point is unable to parse id 2019-11-04 15:11:29 +01:00
Patrick Winter
d277e955b9 Introduce makel.el to make future MELPA packaging easier 2019-11-04 15:11:22 +01:00
Patrick Winter
1afcb6f37a Add make target to start test runner 2019-10-23 11:38:57 +02:00
Patrick Winter
703994420c Add test for taskwarrior--add 2019-10-22 18:52:52 +02:00
Patrick Winter
0fa25884f9 Extract taskwarrior-add logic into pure function
This make unit testing alot easier
2019-10-22 18:52:29 +02:00
Patrick Winter
e8914d0308 Add keybinding for taskwarrior-set-filter 2019-10-22 18:14:32 +02:00
Patrick Winter
947ab09260 Update README.md 2019-10-22 18:12:46 +02:00
Patrick Winter
18a1b3c05b
Add github test action 2019-10-22 18:03:04 +02:00
Patrick Winter
a42dd902cb Add transient command to edit date on task 2019-09-08 11:28:49 +02:00
Patrick Winter
9e8747037b Allow load pre configured profiles 2019-09-07 20:11:07 +02:00
Patrick Winter
5ad8fee1a9 Fix filter of tabulated list entries 2019-09-07 17:29:28 +02:00
Patrick Winter
a1f836972d Turn delete action into multi action 2019-09-06 21:58:47 +02:00
Patrick Winter
9ada92a225 Fix urgency sort order 2019-09-06 21:53:51 +02:00
Patrick Winter
75a7e3f147 Display annotation count 2019-09-04 21:27:21 +02:00
Patrick Winter
188692cd8d Only store link of org-mode link not description 2019-09-04 21:27:05 +02:00
Patrick Winter
d5baaacda9 Derive from tabulated-number-mode (WIP) 2019-09-04 19:55:51 +02:00
Patrick Winter
4c86f60ff2 Remove test function 2019-09-03 17:23:42 +02:00
Patrick Winter
ba70b44e25 Add Makefile to generate test data 2019-09-02 22:17:46 +02:00
Patrick Winter
195a9a5ded Add experimental mark support 2019-09-02 22:14:28 +02:00
Patrick Winter
82f4561a05 Use test dataset and configuration when developing 2019-09-02 21:02:55 +02:00
Patrick Winter
f212861820 Rename taskwarrior-org-store-link to taskwarrior-capture 2019-09-01 21:49:26 +02:00
Patrick Winter
0c8ec9d3aa Add ability to add annotations to tasks 2019-09-01 21:44:17 +02:00
Patrick Winter
214ad5cab3
Merge branch 'master' of github.com:winpat/taskwarrior.el 2019-06-25 13:03:56 +02:00
Patrick Winter
7e1a1d1bc3
Add ability to specify filter profiles
This name for this might change in the future.
2019-06-25 13:02:06 +02:00
Patrick Winter
a513a3fd92 Add auto completion to priority selection 2019-05-22 21:49:31 +02:00
Patrick Winter
606bab8584 Add auto completion to project selection 2019-05-22 21:39:44 +02:00
Patrick Winter
092fdc75a8 Remove unecessary constant 2019-05-21 16:29:39 +02:00
Patrick Winter
9064d99a01 Add abilitiy to create tasks from org links
This is very handy to create tasks based on mu4e mails and dired files.
2019-05-21 13:35:40 +02:00
Patrick Winter
8cc5226972 Add ability to open annotations with org-open-link-from-string 2019-05-21 12:31:52 +02:00
Patrick Winter
7aea4db13d Display annotation count in minibuffer 2019-05-21 12:13:29 +02:00
Patrick Winter
1f6ad040a5 Add custom faces for priority labels 2019-05-21 10:57:30 +02:00
Patrick Winter
828f61e4fc Display priority in task list 2019-05-21 09:52:47 +02:00
Patrick Winter
6ab4ae183c Add ability to edit tags on task 2019-05-21 09:37:48 +02:00
Patrick Winter
19c2e08799 Display tags in task list 2019-05-20 15:20:34 +02:00
Patrick Winter
4975d5fd7e Fix format of tasks without project 2019-05-20 13:18:54 +02:00
Patrick Winter
d972136b3b Work on marks (WIP) 2019-05-08 20:06:13 +02:00