{"id":29129145,"url":"https://github.com/developerhost/claude-beep","last_synced_at":"2025-06-30T02:38:29.547Z","repository":{"id":299808033,"uuid":"1004259555","full_name":"developerhost/claude-beep","owner":"developerhost","description":null,"archived":false,"fork":false,"pushed_at":"2025-06-18T12:14:56.000Z","size":47,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-18T12:33:56.699Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/developerhost.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-06-18T11:02:17.000Z","updated_at":"2025-06-18T12:15:00.000Z","dependencies_parsed_at":"2025-06-18T12:37:55.783Z","dependency_job_id":null,"html_url":"https://github.com/developerhost/claude-beep","commit_stats":null,"previous_names":["developerhost/claude-beep"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/developerhost/claude-beep","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/developerhost%2Fclaude-beep","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/developerhost%2Fclaude-beep/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/developerhost%2Fclaude-beep/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/developerhost%2Fclaude-beep/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/developerhost","download_url":"https://codeload.github.com/developerhost/claude-beep/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/developerhost%2Fclaude-beep/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262700270,"owners_count":23350445,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-06-30T02:38:23.359Z","updated_at":"2025-06-30T02:38:29.524Z","avatar_url":"https://github.com/developerhost.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Claude Beep 🔔\n\nA wrapper for Claude Code that plays a beep sound when tasks complete, with cross-platform support for Mac, Windows, and Linux.\n\n## Features\n\n- 🔔 Plays beep sound when Claude Code tasks complete\n- 🖥️ Desktop notifications (optional)\n- 🌍 Cross-platform support (Mac, Windows, Linux)\n- 📟 VSCode integrated terminal support\n- 🍎 Native macOS beep via `osascript -e \"beep\"`\n- 🪟 Native Windows beep via PowerShell `[Console]::Beep()`\n- ⚙️ Configurable options (silent mode, no notifications)\n- 🎵 Different sounds for success and error states\n\n## Installation\n\n### npm\n```bash\nnpm install -g claude-beep\n```\n\n### Homebrew (Mac)\n```bash\nbrew install claude-beep\n```\n\n### Scoop (Windows)\n```bash\nscoop install claude-beep\n```\n\n## Usage\n\nUse `claude-beep` instead of `claude` to run Claude Code with beep notifications:\n\n```bash\n# Basic usage\nclaude-beep\n\n# Pass arguments to Claude Code\nclaude-beep --help\nclaude-beep \"write a hello world function\"\n\n# Silent mode (no beep)\nclaude-beep --silent\n\n# Disable desktop notifications\nclaude-beep --no-notification\n```\n\n## Options\n\n- `-s, --silent`: Disable beep sound\n- `-n, --no-notification`: Disable desktop notification\n- All other options are passed through to Claude Code\n\n## Requirements\n\n- Node.js 16 or higher\n- Claude Code must be installed and available in PATH\n\n## VSCode Setup\n\nFor VSCode users, enable terminal bell in settings:\n\n```json\n{\n  \"terminal.integrated.enableBell\": true\n}\n```\n\nSee [VSCode Setup Guide](docs/VSCODE_SETUP.md) for detailed instructions.\n\nFor more details on platform-specific sound implementations, see [Platform Sounds Guide](docs/PLATFORM_SOUNDS.md).\n\n## Development\n\n```bash\n# Clone the repository\ngit clone https://github.com/your-username/claude-beep.git\ncd claude-beep\n\n# Install dependencies\npnpm install\n\n# Run in development mode\npnpm dev\n\n# Build for production\npnpm build\n```\n\n## License\n\nMIT","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeveloperhost%2Fclaude-beep","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdeveloperhost%2Fclaude-beep","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeveloperhost%2Fclaude-beep/lists"}