Commit graph

46 commits

Author SHA1 Message Date
Dheepak Krishnamurthy
6d5d7e92f1 feat: Update dependencies 2023-05-26 21:56:45 -04:00
Daniel Vainsencher
2bece0e94a Nicer error message when report.{}.columns and labels mismatch. 2022-11-04 10:14:21 -04:00
Dheepak Krishnamurthy
8b4b465603 chore: Run cargo clippy ♻️ 2022-08-23 22:28:18 -06:00
Dheepak Krishnamurthy
075f33a229 fix: cargo clippy 2022-04-07 22:52:10 -06:00
Dheepak Krishnamurthy
c81ac43ca6 fix: Use split_once and rc.defaultwidth=0 for column labels 2022-04-07 22:47:37 -06:00
Dheepak Krishnamurthy
ec7d34c22d feat: Add vague but more precise option for datetime 2022-03-20 15:41:56 -06:00
Dheepak Krishnamurthy
401ca12538
Merge branch 'main' into redesign 2022-03-05 00:34:50 -07:00
Dheepak Krishnamurthy
d870b62cb0 fix: cargo fmt 2022-03-05 00:28:55 -07:00
Dheepak Krishnamurthy
ab54feeccd fix: Convert to local time for formatting 2022-03-05 00:27:55 -07:00
Max Zhuravsky
d9424fd9c5
Fix clippy warnings 2022-03-03 09:11:02 +03:00
Dheepak Krishnamurthy
8ca8bddd4f fix: Clippy issues 2022-03-02 16:31:19 -07:00
Dheepak Krishnamurthy
ebd9c6f770 fix: Convert to local time for formatting 2022-03-02 16:24:30 -07:00
Dheepak Krishnamurthy
608775e2b0 feat: Add more date column support 2022-01-25 03:32:05 -07:00
Dheepak Krishnamurthy
eabcf81821 feat: Add scheduled date support 2021-12-07 10:04:49 -07:00
Dheepak Krishnamurthy
4bd3549037 fix: Revert project tab feature 2021-12-03 13:41:17 -07:00
Dheepak Krishnamurthy
22ed807cbf refactor: run cargo clippy 📦 2021-10-29 12:30:48 -06: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
5a4434ac58 Fix clippy warnings 2021-08-13 22:23:23 -06:00
Dheepak Krishnamurthy
52c234f4a9 Add recur and wait relative times 2021-05-14 16:05:30 -06:00
Dheepak Krishnamurthy
217f73cff5 Fix crash when no labels are present 2021-05-10 00:05:29 -06:00
Dheepak Krishnamurthy
671d1ece44 Fix unicode truncation issues 2021-05-06 09:58:07 -06:00
Dheepak Krishnamurthy
e20ec465c6 Fix more width issues 2021-05-06 09:42:44 -06:00
Dheepak Krishnamurthy
00989a0eb5 Add default report command line argument 2021-04-28 12:25:16 -06:00
Dheepak Krishnamurthy
1e44a7e1c5 Speed up start up 2021-04-01 20:55:11 -06:00
Dheepak Krishnamurthy
bf0fb46f90 Use anyhow 2021-03-27 14:47:23 -06:00
Dheepak Krishnamurthy
4682fe76b0 Add task details scroll 2021-03-26 12:49:30 -06:00
Dheepak Krishnamurthy
42bbc09168 Fix due tag color 2021-02-14 00:10:11 -07:00
Dheepak Krishnamurthy
4550aeff8f Support custom priority 2021-02-13 18:31:09 -07:00
Dheepak Krishnamurthy
da22c85282 Fix crashes on using depends 2021-02-13 16:32:47 -07:00
Dheepak Krishnamurthy
03dc29a5e3 Add depends column 2021-02-11 20:11:27 -07:00
Dheepak Krishnamurthy
aae0b7fffa Fix colors 2021-02-11 10:39:08 -07:00
Dheepak Krishnamurthy
e49d4c8039 Run cargo clippy 2021-02-11 01:47:10 -07:00
Dheepak Krishnamurthy
1affc4d556 Run cargo clippy 2021-02-11 01:45:39 -07:00
Dheepak Krishnamurthy
e222b147cc Run cargo fmt 2021-02-11 01:24:41 -07:00
Dheepak Krishnamurthy
9a02fe5754 Add support for task status as a column 2021-02-09 12:34:44 -07:00
Dheepak Krishnamurthy
cf918a53ff Use … instead of ... 2021-02-04 13:44:59 -07:00
Dheepak Krishnamurthy
95a1fdcc7d Fix truncated count for descriptions 2021-02-04 11:29:52 -07:00
Dheepak Krishnamurthy
13e0cf3d16 Fix description width when using truncated_count 2021-02-01 10:26:18 -07:00
Dheepak Krishnamurthy
1c7e5711d5 Fix truncated count for descriptions 2021-01-30 15:45:28 -07:00
Dheepak Krishnamurthy
ce145d1079 Support custom uda columns 2020-11-10 12:51:30 -07:00
Dheepak Krishnamurthy
7706ae3cfe Use from_utf8_lossy instead of from_utf8 everywhere 2020-10-31 10:28:09 -06:00
Dheepak Krishnamurthy
b3f7f31eed Fix crash when running taskwarrior for the first time 2020-10-30 23:12:56 -06:00
Dheepak Krishnamurthy
9c2e296484 Autoformat code 2020-10-27 15:04:29 -06:00
Dheepak Krishnamurthy
03b5cdb7ca Refactor task_report.rs 2020-10-27 15:04:07 -06:00