-
Notifications
You must be signed in to change notification settings - Fork 57
Open
Description
Summary
iOS/macOS Reminders has an "Urgent" toggle that triggers an alarm-style notification (with sound that overrides Do Not Disturb). It would be great if remindctl could set this flag via --urgent on add and edit commands.
Context
The current --priority flag (high/medium/low/none) sets the visual priority indicator, but doesn't enable the "Urgent" feature which says "Mark this reminder as urgent to set an alarm."
Proposed API
# Create urgent reminder
remindctl add "Wake up!" --due "7:00am" --urgent
# Edit existing reminder to be urgent
remindctl edit <id> --urgent
# Remove urgent flag
remindctl edit <id> --no-urgentUse case
Automating time-critical reminders from scripts/agents where a standard notification might be missed, but an alarm-style alert would break through.
Environment
- remindctl 0.1.1
- macOS (Sequoia)
- iOS 18
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels