Commit graph

380 commits

Author SHA1 Message Date
Dheepak Krishnamurthy
1b6973f05a Simplify current_selection 2021-03-27 00:30:35 -06:00
Dheepak Krishnamurthy
f3370fe358 Fix ghost marks in normal mode after escaping a selection 2021-03-27 00:30:35 -06:00
Dheepak Krishnamurthy
bb9c023a14 Update tests 2021-03-27 00:30:35 -06:00
Dheepak Krishnamurthy
2061d0e914 Add select all option 2021-03-27 00:30:35 -06:00
Dheepak Krishnamurthy
b6945ec785 Fix edge cases when handling multiple selection 2021-03-27 00:30:35 -06:00
Dheepak Krishnamurthy
82718db2f9 Add support for multiple start and stop 2021-03-27 00:30:35 -06:00
Dheepak Krishnamurthy
b8766775b6 Fix hang when delete or done multiple tasks 2021-03-27 00:30:35 -06:00
Dheepak Krishnamurthy
2d297f6cfb Use for loop for task_uuids 2021-03-27 00:30:35 -06:00
Dheepak Krishnamurthy
0c34345ac4 Switch to single selection mode if no selection is made 2021-03-27 00:30:35 -06:00
Dheepak Krishnamurthy
dd3bf47cae Fix incorrect marks 2021-03-27 00:30:35 -06:00
Dheepak Krishnamurthy
ae2fc084c6 Support delete and done 2021-03-27 00:30:30 -06:00
Dheepak Krishnamurthy
6311cc3f97 Add multiple selection 2021-03-27 00:29:24 -06:00
Dheepak Krishnamurthy
b179725633 Cache task details 2021-03-27 00:02:49 -06:00
Dheepak Krishnamurthy
a826ca0e9c Fix scroll in task details and help 2021-03-26 17:53:22 -06:00
Dheepak Krishnamurthy
4682fe76b0 Add task details scroll 2021-03-26 12:49:30 -06:00
Dheepak Krishnamurthy
016370f1b4 Refactor get_position 2021-03-23 16:41:36 -06:00
Dheepak Krishnamurthy
70f0f24ec6 Fix shortcut 9 out of bounds 2021-03-18 11:01:04 -06:00
Dheepak Krishnamurthy
08bf091b5b Remove support for using 0 as shortcut key 2021-03-18 08:59:04 -06:00
Dheepak Krishnamurthy
bde9346caf Run cargo clippy 2021-03-18 07:26:55 -06:00
Dheepak Krishnamurthy
d52699abe7 Expand tilde and show error message 2021-03-18 07:25:58 -06:00
Dheepak Krishnamurthy
078f117916 Add shortcuts 2021-03-18 07:02:56 -06:00
Dheepak Krishnamurthy
a8556f3221
Merge pull request #137 from brightpuddle/master 2021-03-16 13:49:20 -06:00
Dheepak Krishnamurthy
f28493c05e Add color for label 2021-03-16 13:36:00 -06:00
Nathan Hemingway
4e215b8900 update top/bottom keys to g/G 2021-03-15 21:03:27 -07:00
Dheepak Krishnamurthy
cc1edbdc3f Remove special case for single quotes 2021-03-13 13:19:15 -07:00
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