zweck / todo_cmd

This is a very simple node cli for creating todo's via the command line, you can also mark them as done/not done.
MIT License
1 stars 2 forks source link

previous todo's #10

Closed baz-sh closed 5 years ago

baz-sh commented 7 years ago

I'd like to be able to see what I've done on previous days, a week or a month.

examples; todo list day -1 -- what did I do yesterday. todo list month -- what have I done so far all month. todo list month -1 -- what did I do last month.

Appreciate this might be pretty big and maybe not even possible.