Commit graph

648 commits

Author SHA1 Message Date
Dheepak Krishnamurthy
7209ae37c0 Autoformat code 2020-10-10 19:57:42 -06:00
Dheepak Krishnamurthy
8836f06819 Refactor more code to use task_report_table 2020-10-10 19:57:17 -06:00
Dheepak Krishnamurthy
bb7c304830 Add C-h for backspace 2020-10-10 19:47:39 -06:00
Dheepak Krishnamurthy
2f4ab08dbf Refactor more code to use task_report_table 2020-10-10 18:58:01 -06:00
Dheepak Krishnamurthy
0e29e886b0 Refactor to using table 2020-10-10 18:33:59 -06:00
Dheepak Krishnamurthy
1e541cdb3f Support all virtual tags 2020-10-10 14:00:14 -06:00
Dheepak Krishnamurthy
4f82fb835e Add depends.count 2020-10-10 14:00:14 -06:00
Dheepak Krishnamurthy
ff2cb27cd5 Support project 2020-10-10 14:00:14 -06:00
Dheepak Krishnamurthy
070fac04e2 Support tags.count 2020-10-10 14:00:14 -06:00
Dheepak Krishnamurthy
6d4ba2df91 Support tags 2020-10-10 14:00:14 -06:00
Dheepak Krishnamurthy
8d200e6ee7 Move cursor to end of the line for modify 2020-10-10 13:59:21 -06:00
Dheepak Krishnamurthy
7cf5e1a1f3 Implement readline editing features 2020-10-10 03:01:39 -06:00
Dheepak Krishnamurthy
087aa14584 Autoformat code 2020-10-10 02:28:02 -06:00
Dheepak Krishnamurthy
96fd6551f8 Use rustyline for input 2020-10-10 02:27:43 -06:00
Dheepak Krishnamurthy
cbb9e60ca8 Support custom shell command 2020-10-09 21:34:54 -06:00
Dheepak Krishnamurthy
0e3ff81f7a Use unwrap_or_else for task details 2020-10-08 15:30:20 -06:00
Dheepak Krishnamurthy
fad4e5f642 Update urgency rounding 2020-09-02 15:56:24 -06:00
Dheepak Krishnamurthy
6f73f472a8 Fix panic when task is very long 2020-09-01 09:18:10 -06:00
Dheepak Krishnamurthy
2513642aa3 Add initial calendar support 2020-09-01 01:14:56 -06:00
david-perez
2f819581b5 Add 'task delete' to help menu 2020-08-29 14:31:56 +02:00
david-perez
3c981fd2f6 Add 'task annotate' to help menu 2020-08-29 14:30:12 +02:00
Dheepak Krishnamurthy
c7b3226efd Add due date 2020-08-12 08:49:29 -06:00
Dheepak Krishnamurthy
069a98b4b1 Autoformat changes 2020-08-10 08:43:31 -06:00
Dheepak Krishnamurthy
46f4e16c02 Fix bug with draw and filter function 2020-08-10 08:41:56 -06:00
Dheepak Krishnamurthy
73ffc9d026 Support annotations 2020-08-10 00:46:04 -06:00
Dheepak Krishnamurthy
42e4f03a61 Add active to attributes list 2020-08-09 20:22:39 -06:00
Dheepak Krishnamurthy
6bc62ab358 Fix backspace 2020-08-08 10:53:10 -06:00
Dheepak Krishnamurthy
61e94693b0 Use chars().count() instead of len() 2020-08-08 09:47:42 -06:00
Dheepak Krishnamurthy
e240ac1f9e Autoformat changes 2020-08-07 15:41:03 -06:00
Dheepak Krishnamurthy
5aa9765bf6 Use hashmap for colors 2020-08-07 15:40:38 -06:00
Dheepak Krishnamurthy
16f75edcfd Add pause_stdin into event loop 2020-08-06 23:38:05 -06:00
Dheepak Krishnamurthy
36e8f2ae82 Autoformat changes 2020-08-06 23:17:43 -06:00
Dheepak Krishnamurthy
c6b66bb6ca Fix colors for some dates 2020-08-06 23:16:30 -06:00
Dheepak Krishnamurthy
93572b3bfc Support some date tags 2020-08-06 22:43:28 -06:00
Dheepak Krishnamurthy
28636e112d Support color for selected item 2020-08-06 22:02:15 -06:00
Dheepak Krishnamurthy
a05f4f98a6 Autoformat changes 2020-08-06 21:18:20 -06:00
Dheepak Krishnamurthy
7fd9fa4eab Better color detection 2020-08-06 15:06:01 -06:00
Dheepak Krishnamurthy
1f7be03d99 Support for background colors 2020-08-06 14:32:35 -06:00
Dheepak Krishnamurthy
7f820bade2 Add comment 2020-08-06 14:08:41 -06:00
Dheepak Krishnamurthy
7454bc5156 Move dependency scan into update_tags function 2020-08-06 14:07:41 -06:00
Dheepak Krishnamurthy
48c03f5111 Delete start_background_thread 2020-08-06 14:06:26 -06:00
Dheepak Krishnamurthy
7a4221b0e8 Support virtual tags using same logic as taskwarrior 2020-08-06 13:55:51 -06:00
Dheepak Krishnamurthy
84cba526f8 Support current context from taskwarrior 2020-08-05 09:49:30 -06:00
Wayne Walker
33aff539ee Fix for Issue #3 2020-08-05 00:38:22 -05:00
Dheepak Krishnamurthy
e5ad0ce1ed Call refresh on every action from user 2020-08-04 17:30:05 -06:00
Dheepak Krishnamurthy
ee738f8852 Support colors 2020-08-04 17:18:38 -06:00
Dheepak Krishnamurthy
48ddf56fe3 Use master of task-hookrs 2020-08-04 08:12:11 -06:00
Dheepak Krishnamurthy
953ec46e74 Move thread to start_background_thread function 2020-08-04 05:19:06 -06:00
Dheepak Krishnamurthy
a7b4f424e3 Update export_headers to always create new vec! 2020-08-04 05:15:17 -06:00
Dheepak Krishnamurthy
8962784852 Refactor to support multi threading 2020-08-04 05:00:33 -06:00