VladimirMarkelov / ttdl

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

Add "yesterday" to date range options, fix "tomorrow" to not include "today" #96

Closed alexesmet closed 2 weeks ago

alexesmet commented 2 weeks ago

I'm a new user of todo.txt ecosystem, so I'm open for discussion

Changes

This small changes adds handling of "yesterday" date range and also fixes "tomorrow" date range

Usecases

Adding "yesterday" allows seeing list of tasks that were completed yesterday.

ttdl --completed=yesterday -A

Fixing "tomorrow" date-range allows seeing tasks that are due tomorrow. Previously, it would also show tasks that are due today.

ttdl --due=tomorrow