Commit graph

1220 commits

Author SHA1 Message Date
Dheepak Krishnamurthy
91938b5635
Merge pull request #279 from imran-iq/task-2.6-update
Fix report for taskwarrior 2.6
2021-10-08 15:00:51 -06: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
eecb082e9a
Merge pull request #278 from kdheepak/fix-saturating-sub
Use saturating sub instead of minus
2021-10-03 00:43:15 -06:00
Dheepak Krishnamurthy
0890cdf037 fix: Use saturating sub instead of minus 🐛 2021-10-03 00:34:03 -06:00
Dheepak Krishnamurthy
9501856ecf build(release): Bump to v0.13.34 🛠 2021-09-29 16:12:01 -06:00
Dheepak Krishnamurthy
f23311a911
Merge pull request #276 from kdheepak/fix-autocomplete
Use correct cursor location after selection
2021-09-29 16:05:57 -06:00
Dheepak Krishnamurthy
17dd15f7f4 fix(autocomplete): Use correct cursor location after selection 🐛 2021-09-29 15:58:22 -06:00
Dheepak Krishnamurthy
ff2ea896e9 docs: Update README.md 📚 2021-09-17 06:30:07 -06:00
Dheepak Krishnamurthy
e587e36dd8
Merge pull request #273 from simonhoffmann/sh-improve-doc
Improve docs: clarify report variable and add command line options
2021-09-06 04:16:12 -06:00
Simon Hoffmann
1c405eeb9d remove -c commandline option 2021-09-06 11:54:16 +02:00
Simon Hoffmann
6011e6b6c1 fix line break 2021-09-03 21:13:43 +02:00
Simon Hoffmann
294b84477d improve docs: clarify report.filter variable and add commandline flags 2021-09-03 21:12:06 +02:00
Dheepak Krishnamurthy
12ccde3a99
Merge pull request #270 from kdheepak/fix-history-jumps
Fix history jumps
2021-08-17 01:30:41 -06:00
Dheepak Krishnamurthy
fa7ffd48a5 Fix history for filter and command 2021-08-17 01:28:06 -06:00
Dheepak Krishnamurthy
bb6ac5fc4a Bump to v0.13.33 2021-08-16 22:26:07 -06:00
Dheepak Krishnamurthy
864975db52 Change clap to v3.0.0-beta4 2021-08-16 22:25:41 -06:00
Dheepak Krishnamurthy
1b7295519a Bump to v0.13.32 2021-08-16 12:32:05 -06:00
Dheepak Krishnamurthy
4c5d74d1d4 Pin clap to 3.0.0.beta2 2021-08-16 12:30:55 -06:00
Dheepak Krishnamurthy
6b550ac1d7 Bump to v0.13.31 2021-08-16 01:29:38 -06:00
Dheepak Krishnamurthy
46568cc32c
Merge pull request #269 from kdheepak/add-altbackspace-altdelete
Support AltBackspace AltDelete
2021-08-16 01:28:07 -06:00
Dheepak Krishnamurthy
a7a7941665 Add AltDelete and AltBackspace support 2021-08-16 01:26:24 -06:00
Dheepak Krishnamurthy
eb3257fbfa Update completions 2021-08-16 01:11:53 -06:00
Dheepak Krishnamurthy
a9cd4f3277 Update Cargo.toml 2021-08-16 01:06:22 -06:00
Dheepak Krishnamurthy
6d669a1d6b Add CtrlDelete and CtrlBackspace support 2021-08-16 00:30:58 -06:00
Dheepak Krishnamurthy
cba65eb4f7 Bump to v0.13.30 2021-08-15 18:11:48 -06:00
Dheepak Krishnamurthy
ca0057e7ed Update Cargo.lock 2021-08-14 05:09:08 -06:00
Dheepak Krishnamurthy
6345c0ad44
Merge pull request #268 from kdheepak/prompt-on-done
Add prompt on done
2021-08-13 22:35:15 -06:00
Dheepak Krishnamurthy
5a4434ac58 Fix clippy warnings 2021-08-13 22:23:23 -06:00
Dheepak Krishnamurthy
3382c1f7ad Add prompt on done 2021-08-13 22:06:29 -06:00
Dheepak Krishnamurthy
83c848dc7c
Update advanced.md 2021-08-07 23:37:31 -06:00
Dheepak Krishnamurthy
91e743bf7b Bump to v0.13.29 2021-07-27 13:23:18 -06:00
Dheepak Krishnamurthy
fe42a271c9
Merge pull request #256 from kdheepak/add-context-to-title
Update adding context to title
2021-07-27 13:22:08 -06:00
Dheepak Krishnamurthy
23887b4882 Add context to title 2021-07-27 13:21:37 -06:00
Dheepak Krishnamurthy
bba7bddf08
Merge pull request #255 from kdheepak/add-context-to-title
Add context to title
2021-07-27 13:08:09 -06:00
Dheepak Krishnamurthy
c2e4e61251 Add context to title 2021-07-27 13:03:16 -06:00
Dheepak Krishnamurthy
cbd14c5706 Bump to v0.13.28 2021-07-27 12:30:59 -06:00
Dheepak Krishnamurthy
72639f1b7a
Merge pull request #48 from kdheepak/delete-prompt-and-change-delete-keybinding
Add delete prompt
2021-07-27 12:26:58 -06:00
Dheepak Krishnamurthy
e07c282877 Update prompt label 2021-07-27 12:16:19 -06:00
Dheepak Krishnamurthy
5f9a32f2c6 Update documentation 2021-07-27 12:03:28 -06:00
Dheepak Krishnamurthy
102ca0ffa0 Add option to disable delete on prompt 2021-07-27 11:58:32 -06:00
Dheepak Krishnamurthy
22cccd99a6 Add delete prompt 2021-07-27 11:20:18 -06:00
Dheepak Krishnamurthy
516d3d606f
Merge pull request #249 from nicolas-graves/patch-1
typo fix
2021-07-21 06:55:48 -06:00
nicolas-graves
6c1f6dcd0d
typo fix 2021-07-21 11:29:14 +02:00
Dheepak Krishnamurthy
43d27fdfe2 Bump to v0.13.27 2021-07-20 17:19:01 -06:00
Dheepak Krishnamurthy
5dd51ef977
Merge pull request #248 from kdheepak/add-support-for-background-task
Add support for background task
2021-07-20 10:39:39 -06:00
Dheepak Krishnamurthy
5b125d8089 Update period to be 60 2021-07-20 10:33:09 -06:00
Dheepak Krishnamurthy
954e1ced08 Change default to 60 seconds 2021-07-20 10:00:46 -06:00
Dheepak Krishnamurthy
468c772467 Fix output showing when background task errors 2021-07-20 09:58:43 -06:00
Dheepak Krishnamurthy
f7d751a7f6 Update documentation 2021-07-20 09:50:54 -06:00
Dheepak Krishnamurthy
546186de56 Add documentation 2021-07-20 09:49:41 -06:00