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
Dheepak Krishnamurthy
17dd15f7f4
fix(autocomplete): Use correct cursor location after selection 🐛
2021-09-29 15:58:22 -06:00
Dheepak Krishnamurthy
fa7ffd48a5
Fix history for filter and command
2021-08-17 01:28:06 -06:00
Dheepak Krishnamurthy
a7a7941665
Add AltDelete and AltBackspace support
2021-08-16 01:26:24 -06:00
Dheepak Krishnamurthy
6d669a1d6b
Add CtrlDelete and CtrlBackspace support
2021-08-16 00:30:58 -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
23887b4882
Add context to title
2021-07-27 13:21:37 -06:00
Dheepak Krishnamurthy
c2e4e61251
Add context to title
2021-07-27 13:03:16 -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
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
f95df88ebf
Add support for background task
2021-07-20 09:45:20 -06:00
Dheepak Krishnamurthy
96a7dfbc4e
Fix crash when using v to select in an empty task list
2021-07-19 13:29:19 -06:00
Dheepak Krishnamurthy
f27224f58a
Run shortcut just once
2021-07-19 00:12:02 -06:00
Dheepak Krishnamurthy
c289539332
Make shortcuts exit and enter tui
2021-07-18 04:24:04 -06:00
David Rousselie
848fd0352b
Fix config value followed by "Default value"
2021-07-05 14:04:47 +02:00
desbma
d2c19262dc
Force update if tasks_changed_since fails ( fixes #233 , hopefully for good)
2021-06-22 23:39:48 +02:00
David Rousselie
89edeed045
Fix long config value parsing
2021-06-20 08:43:38 +02:00