dwaring87 / rtm-cli

Remember the Milk Command Line Interface
MIT License
66 stars 14 forks source link

Modifies the lsd command to group by date, not date-time #26

Closed beauraines closed 2 years ago

beauraines commented 2 years ago

The current lsd command groups tasks by date-time, so that if you have a task due at 1PM and 2PM on the same day, it will get multiple entries BUT they will all say the due date, e.g August 28. This groups tasks returned by lsd by date, ordered by the due time and if the task has a non-midnight time assigned to it, will display the time due.