An open API service indexing awesome lists of open source software.

https://github.com/eyalzh/claude-code-toast

A Claude Code Notification hook for MacOS that displays a toast message when Claude Code is waiting for the user to respond.
https://github.com/eyalzh/claude-code-toast

claude-code claude-code-hooks

Last synced: 1 day ago
JSON representation

A Claude Code Notification hook for MacOS that displays a toast message when Claude Code is waiting for the user to respond.

Awesome Lists containing this project

README

          

# Claude Code Notification Toast

A Claude Code Notification hook for MacOS (AppleScript) that displays a toast message when Claude Code is waiting for the user to respond.

Screenshot 2025-07-22 at 16 29 57

## Installation

Use the `/hooks` command in Claude Code to add a new Notification hook. Then add the command:

```bash
python /path/to/this/repo/claude-code-toast.py
```

## Notes
1. Please review the script and make sure it is safe to use in your environment. Beyond basic sanitization, the output from Claude Code will appear in the notification toast as-is. Use at your own risk.
2. The author of this repository is not affiliated with Anthropic or Claude Code in any way.