You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add --include-overdue arg to include items before the specified due date (#98)
Closes#71 by adding an `--include-overdue` argument that includes
reminders due _before_ the date specified with `--due-date`
This makes it easy to recreate the "Today" view by running `reminders
show-all --due-date today --include-overdue`
I also added some examples of date-based usage to the README as none
currently existed.
0 commit comments