Commit Graph
3 Commits
Author SHA1 Message Date
Gero Hillebrandt 8cb16c6073 feat(cli): add notification messages to configure wizard
Closes #6
2025-12-28 17:07:09 +01:00
Gero Hillebrandt 0174d9e694 docs: add custom notification messages to README 2025-12-25 18:40:43 +01:00
Gero Hillebrandt 8929edfe59 feat: add configurable notification messages
Allow users to customize notification messages via config.toml.
Messages fall back to defaults when not configured, preserving
existing behavior. Supports custom text or emoji-only notifications.

Configuration example:
  [notifications.messages.recording_started]
    title = ""
    body = "🎤"
2025-12-23 19:40:07 +01:00