Skip to content

Feature request: Add --urgent flag to enable alarm-style notifications #15

@aserador

Description

@aserador

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-urgent

Use 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions