Dheepak Krishnamurthy
ee4854e7c6
Run cargo clippy
2021-02-11 11:10:40 -07:00
Dheepak Krishnamurthy
c05b37cf6e
Run cargo fmt
2021-02-11 11:06:11 -07:00
Dheepak Krishnamurthy
aae0b7fffa
Fix colors
2021-02-11 10:39:08 -07:00
Dheepak Krishnamurthy
684b60147e
Use SeqCst for ordering
2021-02-11 04:24:38 -07:00
Dheepak Krishnamurthy
6679da5748
Update test
2021-02-11 03:00:07 -07:00
Dheepak Krishnamurthy
cca0f254f9
Update test
2021-02-11 02:53:29 -07:00
Dheepak Krishnamurthy
31ffa02bb0
Run cargo fmt
2021-02-11 02:49:04 -07:00
Dheepak Krishnamurthy
ff19e3a9b6
Update test
2021-02-11 02:07:08 -07:00
Dheepak Krishnamurthy
b7bc5252dc
Use AtomicBool instead of Mutex
2021-02-11 02:06:15 -07:00
Dheepak Krishnamurthy
e49d4c8039
Run cargo clippy
2021-02-11 01:47:10 -07:00
Dheepak Krishnamurthy
4909e0df33
Run cargo fmt
2021-02-11 01:45:56 -07:00
Dheepak Krishnamurthy
1affc4d556
Run cargo clippy
2021-02-11 01:45:39 -07:00
Dheepak Krishnamurthy
e222b147cc
Run cargo fmt
2021-02-11 01:24:41 -07:00
Dheepak Krishnamurthy
33034a9062
Change tests
2021-02-11 01:14:22 -07:00
Dheepak Krishnamurthy
27ac07f1ed
Fix color style getter
2021-02-11 00:08:44 -07:00
Dheepak Krishnamurthy
b66f017ba3
Use uuid instead of task id
2021-02-10 01:35:24 -07:00
Dheepak Krishnamurthy
9a02fe5754
Add support for task status as a column
2021-02-09 12:34:44 -07:00
Dheepak Krishnamurthy
2d35a14e5f
Don't crash immediately if invalid filter
2021-02-09 10:31:47 -07:00
Dheepak Krishnamurthy
a4715ae352
Add underline for header
2021-02-08 11:47:23 -07:00
Dheepak Krishnamurthy
a5b526cf3f
Fix spacing at column end and for first column
2021-02-08 05:34:14 -07:00
Dheepak Krishnamurthy
bbfba5a5e7
Make ID right align along with header
2021-02-08 05:16:23 -07:00
Dheepak Krishnamurthy
7f2ea5ab78
Make ID right align
2021-02-08 04:19:12 -07:00
Dheepak Krishnamurthy
dac571f7e7
Fix spacing for all columns
2021-02-08 03:51:05 -07:00
orhun
eb6b6bd7bf
Remove unneccessary mut from app in 'test_app'
2021-02-07 17:24:06 +03:00
orhun
f83baa5625
Remove arguments of 'destruct_terminal' for fixing 'test_main'
2021-02-07 17:22:37 +03:00
Dheepak Krishnamurthy
a9fb9651da
Fix description width
2021-02-05 17:19:45 -07:00
Dheepak Krishnamurthy
75c22f7bc1
Fix description width
2021-02-05 17:07:22 -07:00
Dheepak Krishnamurthy
56bb6aa5d2
Merge pull request #72 from kdheepak/kd/fix-panic-when-modifying-extended-unicode
2021-02-05 10:42:20 -07:00
Dheepak Krishnamurthy
1149426b11
Change clear implementation
2021-02-05 10:39:11 -07:00
Dheepak Krishnamurthy
79951e8b8b
Fix panic when modifying extended unicode
2021-02-05 10:31:18 -07:00
Dheepak Krishnamurthy
79f1b9c1e6
Add panic hook that shows stacktrace
2021-02-05 09:31:05 -07:00
Dheepak Krishnamurthy
cf918a53ff
Use … instead of ...
2021-02-04 13:44:59 -07:00
Dheepak Krishnamurthy
95a1fdcc7d
Fix truncated count for descriptions
2021-02-04 11:29:52 -07:00
Dheepak Krishnamurthy
036d4739b8
Fix description width when using truncated_count
2021-02-02 09:01:38 -07:00
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