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

zsh: permission denied: remind-me #1

Closed therebelrobot closed 8 years ago

therebelrobot commented 8 years ago

So I installed remind-me using npm install --global remind-me and confirmed that remind agent is listed when running crontab -l, however when I try to run remind-me or remind-me --help, I get the following error:

zsh: permission denied: remind-me

I'm not sure if I'm setting this up correctly or not, the documentation seems a little sparse, so if I'm doing something wrong, please let me know.

My specs:

zeke commented 8 years ago

Hey @therebelrobot. Thanks for alpha testing!

I'm getting that permissions error too but haven't looked into it yet. I will let you know when the thing is installable and good enough to use. :)

therebelrobot commented 8 years ago

Okiedokes :) I appreciate it. I look forward to using this.

zeke commented 8 years ago

Not really sure what the reminder medium should be yet. Thoughts:

therebelrobot commented 8 years ago

Personally, I'd like at least desktop notification, though text and email would be spectacular. I would see slack integration as a perk down the line, not necessarily something I'd be hunting for immediately.

I generally tend to stay away from say, I don't like messing with people's audio unexpectedly. That and say always sound hokey :P Maybe if there was a notification sound that played? idk on that.

zeke commented 8 years ago

This is fixed now, @therebelrobot. Thanks for testing.

kostasx commented 8 years ago

Two ideas come to mind after seeing this plugin in action: (1) make it an Electron app, that displays a menu bar icon, which when clicked shows the unfinished tasks and (2) using speech recognition + wit.ai to prepare new tasks using voice control.

zeke commented 8 years ago

Cool ideas @kostasx. I hadn't see wit.ai before.. looks pretty interesting.