https://github.com/damascenorafael/reminders-menubar
Simple macOS menu bar application to view and interact with reminders. Developed with SwiftUI and using Apple Reminders as a source.
https://github.com/damascenorafael/reminders-menubar
apple-reminders macos macos-menubar macos-swift menubar reminders swift swiftui utility
Last synced: 1 day ago
JSON representation
Simple macOS menu bar application to view and interact with reminders. Developed with SwiftUI and using Apple Reminders as a source.
- Host: GitHub
- URL: https://github.com/damascenorafael/reminders-menubar
- Owner: DamascenoRafael
- License: gpl-3.0
- Created: 2020-07-15T19:44:16.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2025-02-19T02:28:56.000Z (3 days ago)
- Last Synced: 2025-02-19T02:35:39.406Z (3 days ago)
- Topics: apple-reminders, macos, macos-menubar, macos-swift, menubar, reminders, swift, swiftui, utility
- Language: Swift
- Homepage:
- Size: 18.9 MB
- Stars: 2,911
- Watchers: 19
- Forks: 123
- Open Issues: 52
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
![]()
Reminders MenuBar
Simple macOS menu bar app to view and interact with reminders.
Features •
Installation •
Permission Request •
Contributing •
Languages •
License
![]()
![]()
## Features
* All interactions through the macOS menu bar
* Keep everything in sync with Apple Reminders
* Create new reminders in your chosen list
* Set a reminder's due date using natural language
* Mark reminders as completed / uncompleted
* Edit reminders, Remove reminders or Move reminders between lists
* View a list of upcoming reminders
* Filter reminders through lists or through completed status
![]()
## Installation
*Reminders MenuBar requires macOS Big Sur 11 or later.*
### Homebrew
Reminders MenuBar can be installed using [Homebrew](http://brew.sh).
```bash
brew install --cask reminders-menubar
```### Direct Download
Direct downloads can be found on the [releases page](https://github.com/DamascenoRafael/reminders-menubar/releases).
After downloading and extracting, just drag the *.app* file to the *Applications* folder.## Permission Request
Reminders MenuBar uses [EKEventStore](https://developer.apple.com/documentation/eventkit/ekeventstore) to access reminders on macOS (which are available in Apple Reminders and can be synced through iCloud). On first use, the app should request permission to access reminders as shown in the image below. Also, in *System Settings > Privacy & Security > Reminders* it is possible to manage this permission.
![]()
### OpenCore Legacy Patcher
[▶︎ Click here if you are using *OpenCore Legacy Patcher*](docs/fix-for-opencore-legacy-patcher.md)
## Contributing
Feel free to share, open issues and contribute to this project! :heart:
## Languages
🇺🇸 English • 🇧🇷 Brazilian Portuguese • 🇨🇳 Chinese (Simplified and Traditional) • 🇳🇱 Dutch • 🇫🇷 French • 🇩🇪 German • 🇮🇹 Italian • 🇯🇵 Japanese • 🇰🇷 Korean • 🇵🇱 Polish • 🇷🇺 Russian • 🇸🇰 Slovak • 🇲🇽 Spanish (Latin America) • 🇹🇷 Turkish • 🇺🇦 Ukrainian • 🇻🇳 Vietnamese
[▶︎ Click here to learn how to add new languages :globe_with_meridians:](docs/adding-new-languages.md)
## License
This project is licensed under the terms of the GNU General Public License v3.0.
See [LICENSE](LICENSE) for details.