Commit graph

264 commits

Author SHA1 Message Date
Dheepak Krishnamurthy
13e0cf3d16 Fix description width when using truncated_count 2021-02-01 10:26:18 -07:00
Dheepak Krishnamurthy
1c7e5711d5 Fix truncated count for descriptions 2021-01-30 15:45:28 -07:00
david-perez
80b60dfd7b Fix virtual tags parsing for tasks with long words
"task <id>" is aware of terminal width. It can therefore print labels
such as "Virtual tags" in the report over several lines if the terminal
width is too small to acommodate the entirety of all words in the task
in a single line.
2021-01-01 19:18:55 +01:00
Dheepak Krishnamurthy
a6f391c2e7 Add color=off for task details 2020-12-16 09:17:09 -07:00
Angus McMillan
c502b51129
Fix colour defaults to support dark terminals
Changes default TColors to use Reset value instead
of black and white. This improves readability for
both light and dark terminals.
2020-11-15 19:05:04 +11:00
Dheepak Krishnamurthy
ce145d1079 Support custom uda columns 2020-11-10 12:51:30 -07:00
Dheepak Krishnamurthy
6b26643fc7 Fix cursor position when using multibyte characters 2020-11-09 10:09:06 -07:00
Dheepak Krishnamurthy
fa33e1515e Rename function to event_loop to key_capture 2020-11-03 16:51:48 -07:00
Dheepak Krishnamurthy
4ca68100b4 Make gg work as expected 2020-11-03 16:46:20 -07:00
Dheepak Krishnamurthy
5813db5d62 Revert to using just g to move to the top 2020-11-03 15:24:07 -07:00
Dheepak Krishnamurthy
b5c04aafdc Add support for gg 2020-11-03 13:02:24 -07:00
Dheepak Krishnamurthy
b755c23c1a Add Home and End support for top and bottom 2020-11-03 12:47:10 -07:00
Dheepak Krishnamurthy
cd233ffb54 Add g and G support for top and bottom 2020-11-03 12:46:35 -07:00
Dheepak Krishnamurthy
ae6e015069 Add configuration to disable looping 2020-11-03 12:32:17 -07:00
Dheepak Krishnamurthy
0aae32a706 Make calendar background color configurable 2020-11-03 03:05:11 -07:00
Dheepak Krishnamurthy
6cae1d228e Fix titles 2020-11-03 00:35:18 -07:00
Dheepak Krishnamurthy
0b9b3957f0 Add margin with zeroes for context switcher 2020-11-03 00:30:14 -07:00
Dheepak Krishnamurthy
e462d3d762 Switch context and update 2020-11-03 00:18:53 -07:00
Dheepak Krishnamurthy
9a83417067 Add color for active context in context switcher 2020-11-03 00:11:42 -07:00
Dheepak Krishnamurthy
2250c20cfa Add context switcher 2020-11-02 23:48:50 -07:00
Dheepak Krishnamurthy
5a8e4dd184 Add comment 2020-11-02 10:40:42 -07:00
Dheepak Krishnamurthy
e2db27ee5c Fix table spacing issues 2020-11-01 22:35:30 -07:00
Dheepak Krishnamurthy
7706ae3cfe Use from_utf8_lossy instead of from_utf8 everywhere 2020-10-31 10:28:09 -06:00
javabird25
4684211fa1 Use String::from_utf8_lossy() for task description output 2020-10-31 19:10:38 +05:00
Dheepak Krishnamurthy
b3f7f31eed Fix crash when running taskwarrior for the first time 2020-10-30 23:12:56 -06:00
Dheepak Krishnamurthy
2adfc04a14 Call export_headers every second 2020-10-30 23:01:44 -06:00
Dheepak Krishnamurthy
1428ddb403 Fix bug where tasks[0].len() == 0 2020-10-30 22:33:11 -06:00
Dheepak Krishnamurthy
fc1c3ec21d Update main.rs 2020-10-30 22:20:50 -06:00
Dheepak Krishnamurthy
eb49f39a70 Add rc.confirmation=off for first taskwarrior call 2020-10-30 22:19:53 -06:00
Dheepak Krishnamurthy
ccb23690b7 Use r.unwrap() 2020-10-30 20:59:08 -06:00
Dheepak Krishnamurthy
4a52d5cd21 Autoformat code 2020-10-29 11:51:06 -06:00
Dheepak Krishnamurthy
cb6cca0646 Update task error message 2020-10-29 11:50:05 -06:00
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