Claude finished.
Yoink gets your attention, the right way.
Yoink pops a notification on the screen where that Claude Code terminal lives — window flash, sound and an animated Claude mascot. For Windows + WSL.
Pick your theme
Install
-
Add the marketplace & install
From Claude Code, run:
/plugin marketplace add itenium-be/Yoink /plugin install yoink@yoink-marketplace -
WSL: Clone into your Claude config
git clone https://github.com/itenium-be/Yoink ~/.claude/yoink sudo apt install jq -
Wire up the hooks
Point
~/.claude/settings.jsonat the hook scripts:"hooks": { "SessionStart": [ { "hooks": [ { "type": "command", "command": "bash ~/.claude/yoink/hooks/notify-capture.sh" } ] } ], "Stop": [ { "hooks": [ { "type": "command", "command": "bash ~/.claude/yoink/hooks/notify-fire.sh done" } ] } ], "Notification": [ { "hooks": [ { "type": "command", "command": "bash ~/.claude/yoink/hooks/notify-fire.sh needs-input" } ] } ] } -
Pick your vibe
Test-drive the themes and scenes:
.\settings-editor.ps1
Note: Start a fresh session after installation. This will capture the window handle for correct screen display.