Skip to content

Instantly share code, notes, and snippets.

View oliver-kriska's full-sized avatar

Oliver Kriska oliver-kriska

View GitHub Profile
@oliver-kriska
oliver-kriska / README.md
Created January 8, 2026 10:36
Claude Code macOS Notifications - Get notified when Claude needs your attention

Claude Code macOS Notifications

Get native macOS notifications when Claude Code needs your attention - questions, permissions, idle timeouts, and task completions.

Features

  • Different sounds for different notification types (Glass, Sosumi, Purr, Hero)
  • Persistent alerts for urgent notifications (questions, permissions)
  • Auto-dismiss banners for task completions
  • Click to focus - clicking notification brings your terminal to front
defmodule TestModalWeb.CoreComponents do
@moduledoc """
Provides core UI components.
The components in this module use Tailwind CSS, a utility-first CSS framework.
See the [Tailwind CSS documentation](https://tailwindcss.com) to learn how to
customize the generated components in this module.
Icons are provided by [heroicons](https://heroicons.com), using the
[heroicons_elixir](https://github.com/mveytsman/heroicons_elixir) project.