https://github.com/aurbano/bignotify
Never miss a calendar notification again!
https://github.com/aurbano/bignotify
Last synced: about 10 hours ago
JSON representation
Never miss a calendar notification again!
- Host: GitHub
- URL: https://github.com/aurbano/bignotify
- Owner: aurbano
- License: mit
- Created: 2025-09-29T00:52:43.000Z (7 days ago)
- Default Branch: main
- Last Pushed: 2025-09-29T01:05:31.000Z (7 days ago)
- Last Synced: 2025-09-29T03:06:05.607Z (7 days ago)
- Language: Swift
- Size: 1.25 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🔔 BigNotify
Automatically monitors selected macOS calendars and displays big alert windows whenever you have a meeting


## When a meeting starts:
## App window and settings:
## Installation
### Option 1: Download Latest Release (Recommended)
1. Download the latest `.zip` from [Releases](https://github.com/aurbano/bignotify/releases)
2. Extract and drag `BigNotify.app` to your Applications folder
3. Right-click and select "Open" on first launch (app is not notarized yet)### Option 3: Build from Source
See [INSTALL.md](INSTALL.md) for detailed build instructions.
### Features in Detail
- **Click on Next Meeting**: Preview how the alert will look
- **Calendar Selection**: Choose specific calendars to monitor
- **Smart Filtering**: Option to skip meetings without location/URL
- **Auto-Refresh**: Calendar data updates every minute## 🛠Development
### Prerequisites
- macOS 13.0 (Ventura) or later
- Xcode 15.0 or later
- Swift 5.9+### Building
```bash
# Clone the repository
git clone https://github.com/aurbano/bignotify.git
cd bignotify# Build with Swift Package Manager
swift build# Or build the app bundle
./build_app.sh
```