zeke / remind-me

A command-line reminder tool that supports natural language dates and times, inspired by Slack's remind feature (UNMAINTAINED)
http://npm.im/remind-me
81 stars 11 forks source link

Support pattern `do something tomorrow at 9am` #4

Open zeke opened 8 years ago

zeke commented 8 years ago

Current this gets parsed into do something tomorrow at 9am today. :(

I think a custom tomorrow at pattern may need to be added to account for this.

https://github.com/zeke/remind-me/blob/c6e1b8a3fbcefed768b0543417bdaa0c8d4289fa/lib/parse.js#L6-L14