Back to articles
Stop Waiting for Claude Code — Get Notified When Your Prompt Finishes

Stop Waiting for Claude Code — Get Notified When Your Prompt Finishes

via Dev.to WebdevYounan Nwesre

When working with Claude Code, I noticed something that kept slowing down my workflow. Sometimes prompts take a while to finish. I often found myself just staring at the terminal, waiting to see when Claude would finish running the prompt. Another situation happened even more often. I had multiple Claude sessions open. I would switch between them, working on different prompts, and later realize that one of the sessions had been waiting for my command the whole time — and I didn't notice. It was a small friction, but it happened often enough to become annoying. So I built a small solution. NotifyMe for Claude Code NotifyMe is a lightweight plugin that sends you a notification when Claude finishes running your prompt. GitHub: https://github.com/younann/notifyme-claude The goal is simple: don't wait in the terminal anymore. Why I Built It When using AI coding tools, prompts can take time to run, especially when: generating larger pieces of code running agent workflows iterating on complex

Continue reading on Dev.to Webdev

Opens in a new tab

Read Full Article
2 views

Related Articles