A lightweight macOS menu bar app that helps you stay aware when your ClickUp timer is not running while you are actively working.
- Monitors your active app and recent keyboard/mouse activity.
- Checks ClickUp timer state on an interval.
- Shows quick status in the menu bar.
- Supports snoozing reminders for focused sessions.
- Includes a settings window for API token, detection options, and work app bundle IDs.
- Open
ClickUpTimerGuard.xcodeprojin Xcode. - Build and run the
ClickUpTimerGuardtarget. - Open Settings from the menu bar icon.
- Add your ClickUp Personal API token.
- (Optional) Set Team ID/User ID and adjust detection options.
ClickUpTimerGuard/App- Menu bar and settings UI.ClickUpTimerGuard/Core- Timer checks, reminders, app/activity monitoring, API client.ClickUpTimerGuard/Config- User-configurable settings and defaults.
- This app is currently macOS-only.
- Secrets (like API tokens) are stored locally and should not be committed.