Commit graph

83 commits

Author SHA1 Message Date
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
Patrick Winter
2790a34b00 Merge branch 'master' of github.com:winpat/taskwarrior.el 2019-04-15 14:48:52 +02:00
Patrick Winter
8b133b3bc3 Add function and binding to change priority of task 2019-04-14 21:38:40 +02:00
Patrick Winter
9be80da2cd Quote value when changing an attribute 2019-04-14 21:33:57 +02:00
Patrick Winter
11c8e91432 Cleanup code 2019-04-14 20:53:05 +02:00
Patrick Winter
687dd4a6ef Refactor taskwarrior--change-attribute 2019-04-14 20:51:27 +02:00
Patrick Winter
15d055aaf3 Add taskwarrior info function 2019-04-09 14:42:11 +02:00
Patrick Winter
777434aef5 Refactor buffer update logic into wrapper function
After most task shell commands the taskwarrior buffer needs to be rewritten. Instead of handling
this in every interactive command use a wrapper function to do this.
2019-04-09 14:40:01 +02:00
Patrick Winter
3de77fb049 Replace read-from-minibuffer with yes-or-no-p
No reason to reinvent the wheel.
2019-04-09 13:42:53 +02:00
Patrick Winter
e92708ae9a Don't print shell command results to minibuffer
The message function interprets it's input as a format string. So if the output
of the shell command contains a % will result into an error...
2019-04-09 13:38:15 +02:00
Patrick Winter
60810eb2b7 Remap taskwarrior-update-buffer 2019-01-22 21:09:09 +01:00
Patrick Winter
8378018c8e Implement mark and unmark 2019-01-22 21:07:46 +01:00
Patrick Winter
888dd38a40 Fix deletion of tasks 2019-01-16 19:46:37 +01:00
Patrick Winter
ce8bae17cd Align description relative to max project width 2019-01-15 20:45:30 +01:00
Patrick Winter
e91c0e4970 Align code 2019-01-15 20:45:08 +01:00
Patrick Winter
d19449a0c0 Fix taskwarrior--change-attribute 2019-01-14 11:01:37 +01:00
Patrick Winter
02d96875ab Log taskwarrior shell commands to messages buffer 2019-01-14 11:01:11 +01:00