Play a quick cricket chirp sound effect from Raycast.
- Single
no-viewcommand for instant playback - Bundled audio asset (
assets/crickets.mp3) for deterministic behavior - Fast failure feedback when playback cannot start
- macOS-only support (uses
afplay)
Crickets: plays the bundled cricket sound and shows a HUD confirmation
- Raycast
- macOS
npm install
npm run checknpm run check runs linting, tests, asset/dependency verification, and a production build to stay aligned with Raycast publication checks.