Commit graph

455 commits

Author SHA1 Message Date
Dheepak Krishnamurthy
84948da9fe Add TODO comment 2021-03-12 09:26:31 -07:00
Nathan Hemingway
f4ea7eb96b Fix issue with filter precedence 2021-03-11 10:22:00 -08:00
Dheepak Krishnamurthy
b702d6acb3
Merge pull request #131 from kdheepak/fix-tests
Update tests
2021-03-03 10:27:13 -07:00
Dheepak Krishnamurthy
9cee7e4b60 Update tests 2021-03-03 10:03:13 -07:00
Dheepak Krishnamurthy
a2d457d842 Fix delete done swapping 2021-03-03 07:33:42 -07:00
Dheepak Krishnamurthy
7efdb3895b Fix context menu 2021-03-01 09:02:41 -07:00
Dheepak Krishnamurthy
7d489e9b82 Update keyconfig 2021-02-28 23:17:18 -07:00
Dheepak Krishnamurthy
e947e30001 Add keyconfig 2021-02-28 23:07:15 -07:00
Dheepak Krishnamurthy
f90a3a3478 Debug tests 2021-02-28 19:05:37 -07:00
Dheepak Krishnamurthy
1db614f0a6 Make clippy happy 2021-02-28 18:44:32 -07:00
Dheepak Krishnamurthy
164026efdd Fix bug with tomorrow tag 2021-02-28 18:44:15 -07:00
Dheepak Krishnamurthy
b5fb8f3dae Add force option to update 2021-02-28 18:41:20 -07:00
desbma
c133206990 Also handle backlog.data and completed.data 2021-03-01 02:15:11 +01:00
desbma
9420739c3c fmt 2021-03-01 01:35:34 +01:00
desbma
dc2ee91b7e Improve CPU usage by invoking task less often
Only invoke task to export tasks data when pending.data taskwarrior file has changed.

This reduces CPU usage when idle from 50% to 2% on my system.
2021-03-01 01:26:37 +01:00
Dheepak Krishnamurthy
3ad7c46c77 Update tests 2021-02-23 15:06:28 -07:00
Dheepak Krishnamurthy
3ecc1698f2 Update tests 2021-02-23 15:03:29 -07:00
Dheepak Krishnamurthy
18d810c654 Update tests 2021-02-23 14:58:29 -07:00
Dheepak Krishnamurthy
d52d5ff101 Update tests 2021-02-23 14:54:35 -07:00
Dheepak Krishnamurthy
9f90ef1acf Update tests 2021-02-23 14:50:10 -07:00
Dheepak Krishnamurthy
110baba3ef Update tests 2021-02-23 14:11:54 -07:00
Dheepak Krishnamurthy
894a7f1d29 Update tests 2021-02-23 13:16:51 -07:00
Dheepak Krishnamurthy
8efd9f77a4 Update src/main.rs 2021-02-23 12:57:08 -07:00
Dheepak Krishnamurthy
9e18662524 Update tests 2021-02-23 12:55:07 -07:00
Dheepak Krishnamurthy
cf0e6c0210 Update tests 2021-02-22 11:00:30 -07:00
Dheepak Krishnamurthy
bf53d18eda Update tests 2021-02-22 02:38:48 -07:00
Dheepak Krishnamurthy
4ee71fd44a Update tests 2021-02-22 01:47:13 -07:00
Dheepak Krishnamurthy
255490e144 Update tests 2021-02-22 01:13:27 -07:00
Dheepak Krishnamurthy
13e4cf29fe Remove use of --test-threads=1 2021-02-20 03:24:46 -07:00
Dheepak Krishnamurthy
38099e421b Add tests for draw 2021-02-19 17:47:27 -07:00
Dheepak Krishnamurthy
91afeebfeb Add tests for later today 2021-02-19 17:35:41 -07:00
Dheepak Krishnamurthy
6c336c472f Add more tests 2021-02-18 03:41:18 -07:00
Dheepak Krishnamurthy
4da96f4864 Add context tests 2021-02-17 16:27:25 -07:00
Dheepak Krishnamurthy
4fec098365 Fix context filter 2021-02-17 15:59:07 -07:00
Dheepak Krishnamurthy
e41e31c6e1 Fix task details being truncated 2021-02-17 15:32:24 -07:00
Dheepak Krishnamurthy
8398907ca6 Change timeout to be between 5ms and 10ms 2021-02-17 15:20:51 -07:00
Dheepak Krishnamurthy
d2d845ef65 Fix last_tick when pause_stdin 2021-02-17 04:15:31 -07:00
Dheepak Krishnamurthy
15339c2466 Change timeout to be between 10ms and 25ms 2021-02-17 04:08:55 -07:00
Dheepak Krishnamurthy
2b44a17215 Change timeout for event::poll to 10ms 2021-02-17 02:44:30 -07:00
Dheepak Krishnamurthy
72c45b622f
Merge pull request #112 from kdheepak/fix-ansi-character-code-handling 2021-02-17 02:27:09 -07:00
Dheepak Krishnamurthy
cc5b794707 Fix ansi code handling 2021-02-17 02:18:35 -07:00
Dheepak Krishnamurthy
706149b9f0 Fix width of task details 2021-02-16 15:03:45 -07:00
Dheepak Krishnamurthy
169ee6e6e5 Fix colors with comprehensive tests 2021-02-16 03:25:41 -07:00
Dheepak Krishnamurthy
eeeb6303fc Add more tags 2021-02-15 17:29:25 -07:00
Dheepak Krishnamurthy
d1ba936c32 Fix terminal issues with alacritty 2021-02-15 13:22:37 -07:00
Dheepak Krishnamurthy
cadfa35244 More accurate colors 2021-02-15 12:02:02 -07:00
Dheepak Krishnamurthy
60f8991ae2 Fix bug with alacritty and task edit 2021-02-15 10:24:17 -07:00
Dheepak Krishnamurthy
39d7b2ba96 Fix terminal issues with alacritty 2021-02-14 21:51:15 -07:00
Dheepak Krishnamurthy
374f90a348 Fix colors using blend 2021-02-14 19:04:16 -07:00
Dheepak Krishnamurthy
8465616621 Update tests 2021-02-14 16:19:08 -07:00