Skip to content

Commit

Permalink
Add info about reminders permissions
Browse files Browse the repository at this point in the history
I figured out how to get permission in vs code or other non terminal.app terminals to my apple reminders, so drop that into README.

Figured out from keith/reminders-cli#68 (comment)
  • Loading branch information
james committed Oct 30, 2024
1 parent c1f52d3 commit 414dd1a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,13 @@ Forked from [Dan Catt's Kitty](https://github.com/revdancatt/basic-kitty-journal

The code is open, but I have not put any effort into making it reusable. This is coding in the open, not open source. Feel free to read through, but I don't reccomend using it.

Setup:
## Setup

```
bundle
brew install keith/formulae/reminders-cli
```

If you get error around reminders permissions, run:

`osascript -e 'tell application "Reminders" to show (first list whose name is "To do")'`

0 comments on commit 414dd1a

Please sign in to comment.