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

Published: (March 15, 2026 at 03:58 PM EDT)
2 min read
Source: Dev.to

Source: Dev.to

Introduction

When working with Claude Code, I often found myself staring at the terminal, waiting for prompts to finish. With multiple Claude sessions open, I would switch between them and later discover that one session had been idle, waiting for my command the whole time. This small friction became annoying enough to warrant a solution.

NotifyMe for Claude Code

NotifyMe is a lightweight plugin that sends a notification when Claude finishes running your prompt.

  • Goal: Stop waiting in the terminal.
  • GitHub:

Why I Built It

AI coding tools can take time to run, especially when:

  • Generating larger pieces of code
  • Running agent workflows
  • Iterating on complex prompts

Instead of waiting, I wanted the ability to:

  1. Run a prompt.
  2. Switch to another task.
  3. Get notified when the result is ready.

What It Helps With

NotifyMe improves the Claude Code workflow by allowing you to:

  • Run long prompts without waiting.
  • Step away while Claude works.
  • Manage multiple Claude sessions more easily.
  • Receive an immediate notification when the result is ready.

It’s intentionally simple and lightweight.

Example Workflow

Typical flow with NotifyMe:

  1. Run a prompt in Claude Code.
  2. Continue working on something else.
  3. Receive a notification when Claude finishes.
  4. Return to the terminal and review the output.

This small change removes a lot of unnecessary waiting.

GitHub Repository

You can check the project here:

Feedback

Feedback, suggestions, and contributions are welcome. If you use Claude Code heavily or experiment with AI agents, this plugin may make your workflow smoother.

0 views
Back to Blog

Related posts

Read more »

Travigo

Travel as fast as you speak with Gemini! Where live agents meet immersive storytelling & 3D navigation. This project was created for entering the Gemini Live Ag...

Micro games

Hey Gamers! 👾 As part of the Rapid Games Prototyping module, we are tasked with reviewing a peer's game. The challenge is to analyse a prototype built in just...