Commit graph

532 commits

Author SHA1 Message Date
Dheepak Krishnamurthy
252ebc3d6e Revert 42d2704 2020-10-29 00:11:04 -06:00
Dheepak Krishnamurthy
42d2704bb7 Use unwrap everywhere to debug snap 2020-10-29 00:00:35 -06:00
Dheepak Krishnamurthy
69b06e2c7b Fix using + sign in filter 2020-10-27 16:23:28 -06:00
Dheepak Krishnamurthy
d4d92f16be Use checked_add for unsigned int addition 2020-10-27 16:06:06 -06:00
Dheepak Krishnamurthy
59ef18bf4d Use checked_sub for unsigned int subtraction 2020-10-27 16:04:45 -06:00
Dheepak Krishnamurthy
43356520d0 Update KEYBINDINGS.md and help popup 2020-10-27 16:00:18 -06:00
Dheepak Krishnamurthy
965d72a0ae Add support for PageUp and PageDown in calendar 2020-10-27 15:40:49 -06:00
Dheepak Krishnamurthy
3b7e6e2e77 Add support for PageUp and PageDown 2020-10-27 15:35:20 -06:00
Dheepak Krishnamurthy
4d5243e21e Rename TConfig to Config 2020-10-27 15:08:23 -06:00
Dheepak Krishnamurthy
9c2e296484 Autoformat code 2020-10-27 15:04:29 -06:00
Dheepak Krishnamurthy
03b5cdb7ca Refactor task_report.rs 2020-10-27 15:04:07 -06:00
Dheepak Krishnamurthy
c8feaa15b3 Add keybindings.md and help widget 2020-10-27 03:26:58 -06:00
Dheepak Krishnamurthy
f56a2388d1 Support using attributes with either '-' or '_' 2020-10-26 23:42:47 -06:00
Dheepak Krishnamurthy
5689f444e7 Add uda.taskwarrior-tui.task-report.show-info 2020-10-26 23:37:04 -06:00
Dheepak Krishnamurthy
9f84e98a9f Use z instead of v for toggle task view 2020-10-26 23:26:59 -06:00
Jackson
5595c38650 Adds ability to toggle task details with "v" 2020-10-26 20:15:33 -07:00
Dheepak Krishnamurthy
29a598036a Make urgency always f64 2020-10-25 09:35:01 -06:00
Dheepak Krishnamurthy
5e2eabfba9 Make active panel in bold 2020-10-24 23:52:04 -06:00
Dheepak Krishnamurthy
2bb68d2755 Update error message 2020-10-24 20:41:44 -06:00
Dheepak Krishnamurthy
b308dbbbc8 Better error user experience 2020-10-24 07:15:29 -06:00
Dheepak Krishnamurthy
dc0234fd0e Return error to the user 2020-10-24 07:06:24 -06:00
Dheepak Krishnamurthy
de496153d1 Use &str instead of String 2020-10-24 00:04:34 -06:00
Dheepak Krishnamurthy
8b4c278ad3 Fix negative due time 2020-10-23 23:58:09 -06:00
Dheepak Krishnamurthy
17c2411a44 Fix single quote issues and make error messages better 2020-10-23 20:42:48 -06:00
Dheepak Krishnamurthy
f3ab0081b8 Make color show up on the full line 2020-10-23 20:02:12 -06:00
Dheepak Krishnamurthy
ef85403c56 Change default for config 2020-10-23 12:17:17 -06:00
Dheepak Krishnamurthy
868581a441 Fix filter input 2020-10-23 11:53:04 -06:00
Dheepak Krishnamurthy
01728107af Do not decrement year below 0 2020-10-23 00:11:41 -06:00
Dheepak Krishnamurthy
0e17f4f2ed Add tab like bar at the top 2020-10-23 00:02:21 -06:00
Dheepak Krishnamurthy
1cea68e550 Fix calendar indexing error 2020-10-22 22:16:05 -06:00
Dheepak Krishnamurthy
b76a20186b Run cargo clippy 2020-10-22 22:02:42 -06:00
Dheepak Krishnamurthy
ef37326da3 Run cargo fmt 2020-10-22 21:55:16 -06:00
Dheepak Krishnamurthy
b41f323096 Run cargo fmt 2020-10-22 21:52:36 -06:00
Dheepak Krishnamurthy
a6ab282442 Make some cargo clippy changes 2020-10-22 21:52:00 -06:00
Dheepak Krishnamurthy
8071558dbe Use get_bool trait for String and str 2020-10-22 21:49:20 -06:00
Dheepak Krishnamurthy
a6a437ec77 Add space at the end of description in modify command 2020-10-22 15:37:36 -06:00
Dheepak Krishnamurthy
6333e500f7 Add months_per_row to configuration 2020-10-22 15:07:18 -06:00
Dheepak Krishnamurthy
0f8647382b Add styling to calendar and task due dates 2020-10-22 12:06:18 -06:00
Dheepak Krishnamurthy
e312b8077c Earliest year is zero 2020-10-22 11:04:47 -06:00
Dheepak Krishnamurthy
08f97293cd Change calendar styling 2020-10-22 07:05:15 -06:00
Dheepak Krishnamurthy
32a8a79455 Make calendar scrollable 2020-10-22 00:40:55 -06:00
Dheepak Krishnamurthy
0d750f4b01 Update comments 2020-10-22 00:05:07 -06:00
Dheepak Krishnamurthy
f77b7c71a6 Update Calendar widget 2020-10-21 21:48:50 -06:00
Dheepak Krishnamurthy
86e23671e8 Calendar widget 2020-10-21 19:05:20 -06:00
Dheepak Krishnamurthy
714a6a8e61 Initial conversion of Calendar into widget 2020-10-21 09:42:03 -06:00
Dheepak Krishnamurthy
820fccb302 Fix task color for due.today, overdue and due 2020-10-21 01:58:41 -06:00
Dheepak Krishnamurthy
7208d7879d Fix task color when tagged 2020-10-21 01:33:23 -06:00
Dheepak Krishnamurthy
77e91f205e Run cargo fmt 2020-10-21 00:47:24 -06:00
Dheepak Krishnamurthy
6e194fe76e Run cargo fmt 2020-10-21 00:47:04 -06:00
Dheepak Krishnamurthy
ad16ef71af Support selection bold italic dim and blink 2020-10-21 00:45:59 -06:00