a free tool that helps you focus when vibe coding
Waiting for LLMs such as gemini or claude code to finish in the terminal is a huge source of distraction.
You are tempted to change window and do something else for way longer than what is usually required.
Sometimes the LLM CLI is not even finished, but it’s waiting for user input. You then have wasted hours believing it was working at your project only to find out it was blocked waiting for your permission just to list the files of a folder.
This tool isa simple python3 script that you run in the console, it will stay there and detect the terminal windows that have gemini or claude in the title, and fire a bell each time one of them is “stale”. Run it with:
python3 vibechime.py
Download it here and let me know what you think in the comments!