JoseTorrado / todo-cli

CLI based To-Do application written in Go
MIT License
0 stars 0 forks source link

Daily Standup Message Creation #7

Closed JoseTorrado closed 5 months ago

JoseTorrado commented 5 months ago

A key functionality of this app shoudl be to provide a markdown formatted list of takss completed in the previous day in order to send in the standup channel

A new command should be introduced (ex: todo -standup or todo -s) which will return all tasks that have a completedAt date corresponding to the previous calendar day

The output should be something like the following, so it can be easily copied and pasted into Webex

* Task 1
* Task2 
* Task 3
JoseTorrado commented 5 months ago

Done!