https://github.com/pakerwreah/calendr
Menu bar calendar for macOS
https://github.com/pakerwreah/calendr
agenda calendar events macos meetings menubar productivity reminders rxswift schedule work
Last synced: 5 months ago
JSON representation
Menu bar calendar for macOS
- Host: GitHub
- URL: https://github.com/pakerwreah/calendr
- Owner: pakerwreah
- License: mit
- Created: 2020-12-25T01:53:36.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-05-11T18:45:49.000Z (about 1 year ago)
- Last Synced: 2025-05-11T19:36:16.346Z (about 1 year ago)
- Topics: agenda, calendar, events, macos, meetings, menubar, productivity, reminders, rxswift, schedule, work
- Language: Swift
- Homepage:
- Size: 6.52 MB
- Stars: 1,518
- Watchers: 9
- Forks: 65
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Calendr
[](https://github.com/pakerwreah/Calendr/issues/217)
[](https://github.com/pakerwreah/homebrew-calendr)
[](https://github.com/pakerwreah/Calendr/releases/latest)
[](https://github.com/pakerwreah/Calendr/releases/latest)
[](https://github.com/pakerwreah/Calendr/releases/latest)
[](https://github.com/pakerwreah/Calendr/actions)
[](https://app.bitrise.io/app/9fa2e96dc9458fbb)
[](https://github.com/pakerwreah/Calendr/issues)
[](https://www.linkedin.com/in/carlosenumo)
[](https://buymeacoffee.com/pakerwreah)
[](https://nubank.com.br/cobrar/3gkjs/691cc802-1bb3-4b2e-b269-9b5f8ecbc806)
[](https://www.reddit.com/r/Calendr)
### Menu bar calendar for macOS
Hey 🙋🏻♂️ if you like my app, please consider buying me a coffee to keep me motivated.
(and maybe update the screenshot once in a while)
### Hidden features 🔍
## Open date with a URL scheme https://github.com/pakerwreah/Calendr/issues/314
date|encoded
--|--
`december`|`calendr://date/december` (defaults to current date and year)
`feb 10 2025`|`calendr://date/feb%2010%202025`
`2nd of September 2025`|`calendr://date/2nd%20of%20September%202025`
It has limited support to relative dates like: `today`, `yesterday`, `tomorrow` but will not work with `next week`, `last month`, etc.
That's how `NSDataDetector` works ¯\\_\(ツ\)\_/¯
## Regex to prevent showing the map/weather https://github.com/pakerwreah/Calendr/issues/377
Since **v1.19.0** the app has a built-in blacklist editor in settings that uses plain text.
To filter more complex locations, like office room codes, you can add a regex via terminal.
`defaults write br.paker.Calendr "show_map_blacklist_regex" -string "([A-Z0-9]+\-){5}.+"`