Commit graph

648 commits

Author SHA1 Message Date
Dheepak Krishnamurthy
8554fe3bcc fix: Collapse else if block 2021-11-09 09:09:46 -07:00
Dheepak Krishnamurthy
8fd43d44d4 fix: Change variable name 2021-11-09 09:04:39 -07:00
Dheepak Krishnamurthy
3747aa820d fix: Show error only once 2021-11-09 08:56:15 -07:00
Dheepak Krishnamurthy
d0f3a05de7 fix: Better error reporting 2021-11-09 08:46:30 -07:00
Dheepak Krishnamurthy
c1cc6068d7 fix: Use shlex for filter parsing 2021-11-09 07:41:38 -07:00
Dheepak Krishnamurthy
941156c635 fix: Change filter string to not use single quotes in task export 🐛 2021-11-09 03:54:49 -07:00
Dheepak Krishnamurthy
2bd33daeac Fix crash due to project pane unwrap 2021-11-09 03:25:29 -07:00
Dheepak Krishnamurthy
619b3081d6
Merge pull request #319 from alan-w-255/highlight_current_line
highlight current line
2021-11-05 23:38:21 -06:00
alan-w-255
873a487ebc feat: add highlight current line style
highlight current line in task navigation panel.
2021-11-06 12:48:25 +08:00
Dheepak Krishnamurthy
f94d25f7df fix: Allow using --report=all 🐛 2021-11-03 06:13:14 -06:00
Dheepak Krishnamurthy
f83a21dd95 refactor: Move action to own mod 📦 2021-11-03 05:56:10 -06:00
Dheepak Krishnamurthy
5193cda456 fix: Use semver version comparison 🐛 2021-11-02 12:45:18 -06:00
Dheepak Krishnamurthy
561c1fb2a2 feat: Add task version check 2021-11-01 15:12:39 -06:00
Dheepak Krishnamurthy
1f6654475c fix: Better history handling 🐛 2021-11-01 11:54:14 -06:00
Dheepak Krishnamurthy
786f76ecaf fix: Resolve empty task list filter bug 🐛 2021-11-01 11:06:35 -06:00
Dheepak Krishnamurthy
9d389258b1 fix: Make task selection jump on add 2021-10-31 00:51:50 -06:00
Dheepak Krishnamurthy
6869a8fd6a fix: Make task uuid selection more sticky 2021-10-31 00:45:25 -06:00
Dheepak Krishnamurthy
2f8f245a97 fix: Add check in task subprocess for task uuid 2021-10-31 00:34:51 -06:00
Dheepak Krishnamurthy
8766b0c64d chore: Remove test 2021-10-30 22:13:03 -06:00
Dheepak Krishnamurthy
161eb95101 fix: Change parsing of task summary for project pane 🐛 2021-10-30 17:38:08 -06:00
Dheepak Krishnamurthy
205c110a09 chore: Update tests ♻️ 2021-10-30 16:46:45 -06:00
Dheepak Krishnamurthy
279b63874b fix: Fix multiple line context bug 🐛 2021-10-30 16:43:32 -06:00
Dheepak Krishnamurthy
847ff1c2da fix: Allow spaces in project name 🐛 2021-10-29 13:37:28 -06:00
Dheepak Krishnamurthy
753554a6b3 chore: Fix tests ♻️ 2021-10-29 12:50:34 -06:00
Dheepak Krishnamurthy
3bf1207cb3 feat: Change quick tag default key to 't' 2021-10-29 12:49:43 -06:00
Dheepak Krishnamurthy
b35de37c26 chore: Add tests ♻️ 2021-10-29 12:45:55 -06:00
Dheepak Krishnamurthy
22ed807cbf refactor: run cargo clippy 📦 2021-10-29 12:30:48 -06:00
Dheepak Krishnamurthy
e7a886a42f feat: Change next-tag to quick-tag 2021-10-29 12:27:51 -06:00
MNandor
68d6ab1299 Formatting fix 2021-10-29 18:17:15 +03:00
MNandor
03bb726811 Allow for custom tag instead of +next 2021-10-29 17:47:05 +03:00
MNandor
be56406599 Improved formatting 2021-10-29 16:46:16 +03:00
MNandor
d09f65b2b1 Add +next tag shortcut on \'n\' 2021-10-29 15:52:29 +03:00
Dheepak Krishnamurthy
6fa861c0eb fix: Better context handling 🐛 2021-10-28 15:50:20 -06:00
Dheepak Krishnamurthy
202686f535 fix: Use default sort from task export 🐛 2021-10-28 15:18:22 -06:00
Dheepak Krishnamurthy
103a2c6ebc fix: Add report to task export 🐛 2021-10-28 12:55:04 -06:00
Dheepak Krishnamurthy
d141906bf1 fix: crash when projects is empty 🐛 2021-10-28 11:58:26 -06:00
Dheepak Krishnamurthy
b00c64fea9 fix: Remove status 🐛 2021-10-28 11:51:46 -06:00
Dheepak Krishnamurthy
7fc426873d fix: Support older taskwarrior context format 🐛 2021-10-28 11:40:26 -06:00
MNandor
e64fa64744 Fix current read context not being applied 2021-10-28 11:46:58 +03:00
Dheepak Krishnamurthy
dff64defa3 refactor: Remove commented code 📦 2021-10-27 16:17:21 -06:00
Dheepak Krishnamurthy
dce55ebf89 feat: Support taskwarrior v2.6.x context 2021-10-27 16:03:45 -06:00
Orhun Parmaksız
cdff8e3a22
Merge branch 'kdheepak:main' into master 2021-10-27 21:44:42 +02:00
Orhun Parmaksız
def1c786a8
fix: Add project pane to terminal buffer tests 2021-10-27 22:42:59 +03:00
Dheepak Krishnamurthy
aaf33bb609 fix: Add missing task_edit block 🐛 2021-10-27 13:16:14 -06:00
Dheepak Krishnamurthy
baa456d638 style: Remove rustyline_derive 💎 2021-10-26 16:06:30 -06:00
lkadalski
2b655acb49 Fix for missing column for project
Signed-off-by: lkadalski <kadalski.lukasz@gmail.com>
2021-10-11 13:43:15 +02:00
lkadalski
6d2395aadb Providing support for Projects Pane
Signed-off-by: lkadalski <kadalski.lukasz@gmail.com>
2021-10-11 13:05:44 +02:00
lkadalski
75217bf266 Providing support for Projects Pane
Signed-off-by: lkadalski <kadalski.lukasz@gmail.com>
2021-10-11 12:51:49 +02:00
Imran Iqbal
61a404049b Fix report for taskwarrior 2.6
Filters were being applied after the `export`. This resulted in stuff
like task templates showing up in the task report. If we add the filters
before the `export` then everything works as expected.

Also add `TEMPLATE` as it is a new virtual tag.
2021-10-08 14:31:15 -04:00
Dheepak Krishnamurthy
0890cdf037 fix: Use saturating sub instead of minus 🐛 2021-10-03 00:34:03 -06:00