Commit graph

1081 commits

Author SHA1 Message Date
Dheepak Krishnamurthy
c9f2f96a2e
Merge pull request #158 from kdheepak/remove-arc-mutex-for-tasks
Remove arc mutex for tasks
2021-03-28 15:54:48 -06:00
Dheepak Krishnamurthy
98173608ea Remove arc mutex for tasks 2021-03-28 15:49:57 -06:00
Dheepak Krishnamurthy
301f149b3f Better error message for configuration 2021-03-28 09:05:48 -06:00
Dheepak Krishnamurthy
40b44f2f54 Better error message for configuration 2021-03-28 09:00:46 -06:00
Dheepak Krishnamurthy
1640cbcc39 Better error message for configuration 2021-03-28 08:47:17 -06:00
Dheepak Krishnamurthy
6faa85e235
Merge pull request #155 from kdheepak/use-anyhow
Use anyhow
2021-03-27 14:48:00 -06:00
Dheepak Krishnamurthy
bf0fb46f90 Use anyhow 2021-03-27 14:47:23 -06:00
Dheepak Krishnamurthy
66a26b88d0
Merge pull request #147 from kdheepak/multiple-selection 2021-03-27 14:27:08 -06:00
Dheepak Krishnamurthy
3b58c1dbb3 Update README.md 2021-03-27 00:30:35 -06:00
Dheepak Krishnamurthy
e57f876358 Update README.md 2021-03-27 00:30:35 -06:00
Dheepak Krishnamurthy
4f224d5d76 Update README.md 2021-03-27 00:30:35 -06:00
Dheepak Krishnamurthy
59e24f5665 Update tests 2021-03-27 00:30:35 -06:00
Dheepak Krishnamurthy
88cc4b590a Update README.md 2021-03-27 00:30:35 -06:00
Dheepak Krishnamurthy
32da5735f9 Update documentation 2021-03-27 00:30:35 -06:00
Dheepak Krishnamurthy
b6a1c0f513 Use heavy check mark and empty string for mark and unmark defaults 2021-03-27 00:30:35 -06:00
Dheepak Krishnamurthy
2deb44b593 Fix configuration 2021-03-27 00:30:35 -06:00
Dheepak Krishnamurthy
55c04b702e Allow empty strings as indicators 2021-03-27 00:30:35 -06:00
Dheepak Krishnamurthy
31daa52e0d Rename TTApp to TaskwarriorTuiApp 2021-03-27 00:30:35 -06:00
Dheepak Krishnamurthy
ef93b006dd Update docs 2021-03-27 00:30:35 -06:00
Dheepak Krishnamurthy
93b9807fbe Make mark and unmark indicators configurable 2021-03-27 00:30:35 -06:00
Dheepak Krishnamurthy
34f6dcca34 Make table not shift in multiple selection mode 2021-03-27 00:30:35 -06:00
Dheepak Krishnamurthy
18e9f15851 Use check mark instead of x 2021-03-27 00:30:35 -06:00
Dheepak Krishnamurthy
23b8a46481 Remove tinyset 2021-03-27 00:30:35 -06:00
Dheepak Krishnamurthy
c874c6acd9 Update docs workflow 2021-03-27 00:30:35 -06:00
Dheepak Krishnamurthy
eb37ed367b Update tests 2021-03-27 00:30:35 -06:00
Dheepak Krishnamurthy
c60d31ae0f Update workflow 2021-03-27 00:30:35 -06:00
Dheepak Krishnamurthy
e90a93c303 Update documentation 2021-03-27 00:30:35 -06:00
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
e5a8094105
Merge pull request #153 from kdheepak/minor-performance-improvement
Cache task details
2021-03-27 00:12:37 -06:00
Dheepak Krishnamurthy
b179725633 Cache task details 2021-03-27 00:02:49 -06:00
Dheepak Krishnamurthy
6f49439452
Merge pull request #152 from kdheepak/fix-scroll
Fix scroll in task details and help
2021-03-26 17:57:18 -06:00
Dheepak Krishnamurthy
a826ca0e9c Fix scroll in task details and help 2021-03-26 17:53:22 -06:00
Dheepak Krishnamurthy
9080735bc3
Merge pull request #151 from kdheepak/add-task-details-scroll
Add task details scroll
2021-03-26 12:52:24 -06:00
Dheepak Krishnamurthy
4682fe76b0 Add task details scroll 2021-03-26 12:49:30 -06:00
Dheepak Krishnamurthy
d8be829dea Update Cargo.lock 2021-03-26 10:11:18 -06:00
Dheepak Krishnamurthy
b4daa5ed9a Update README.md 2021-03-24 11:12:38 -06:00
Dheepak Krishnamurthy
fb86af363e Update documentation 2021-03-24 11:10:15 -06:00
Dheepak Krishnamurthy
285916e9b1 Update workflow 2021-03-24 11:00:39 -06:00
Dheepak Krishnamurthy
8fce5d0c1b Update workflow 2021-03-24 10:59:00 -06:00