VladimirMarkelov / ttdl

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

Support date range in `--calendar` flag #79

Closed VladimirMarkelov closed 1 year ago

VladimirMarkelov commented 1 year ago

At this moment --calendar accepts only single value, so the current month can be either first or last. But sometimes it is good to glance over a range of months with the current month in the middle.

See the discussion: https://github.com/VladimirMarkelov/ttdl/discussions/73

Solution: support range as the other flags support. E.g, --calendar=-2m..2m etc. Single value support must remain.