Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support pattern do something tomorrow at 9am #4

Open
zeke opened this issue Sep 20, 2015 · 0 comments
Open

Support pattern do something tomorrow at 9am #4

zeke opened this issue Sep 20, 2015 · 0 comments
Labels

Comments

@zeke
Copy link
Owner

zeke commented Sep 20, 2015

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.

remind-me/lib/parse.js

Lines 6 to 14 in c6e1b8a

const patterns = [
'to {task} at {time}',
'to {task} in {interval}',
'in {interval} to {task}',
'on {time} to {task}',
'at {time} to {task}',
'{time} to {task}',
'to {task} tomorrow'
]

@zeke zeke added the bug label Sep 20, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant