VladimirMarkelov / ttdl

TTDL - Terminal Todo List Manager
MIT License
210 stars 17 forks source link

--compact removes colors #67

Closed onsamyj closed 1 year ago

onsamyj commented 1 year ago

If I use ttdl, or ttdl --human, ttdl l --human=due, etc., projects, due dates, contexts, etc. are highlighted in their respective colors, which I set in ttdl.toml.

But if I add --compact to any of these commands, everything is white, except for priorities (--no-colors also removes the color for priorities).

VladimirMarkelov commented 1 year ago

Fixed in this commit: https://github.com/VladimirMarkelov/ttdl/commit/fffaa1cb5c2a453f0a5991c8f623cda2d0fda55f

The following commit was only to fix the code according to the warnings by the latest clippy - it is not an obligatory commit to fetch if you are going to build yourself.

I've published the new crate at crates.io, but I haven't published new git release as I want to complete #66 as well before. Anyway, if you need a ready-to-use binary, let me know and I'll build linux+windows ones and publish a new release.

onsamyj commented 1 year ago

While I do need a binary (I use Scoop), it is not urgent, feel free to fix other bugs first.

Thanks!

VladimirMarkelov commented 1 year ago

Released v3.6.2 - https://github.com/VladimirMarkelov/ttdl/releases/tag/v3.6.2