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

Windows has no crontab, so no support for 'remind-me'? #60

Open Nantris opened 7 years ago

Nantris commented 7 years ago

Is that accurate? Is there a plan to support Windows?

Thanks!

zeke commented 7 years ago

Yeah, that's correct. There are other ways to do the recurring checks besides cron. In theory we could have a pure javascript thing that just uses setInterval. I am not actively using or maintaining this library, but would be willing to help/advise out if you want to give that a try.