๐ŸŽต Open Source Terminal Tool

Your terminal screams back.

A cross-platform agent that listens for terminal errors and plays a sound when your commands fail. Because every mistake deserves a reaction.

โฌ‡ Get Started View on GitHub
terminal
$ โ–‹

How it works

Three simple steps. No config files needed.

๐Ÿ”ง

Install

Run a single command. The agent copies itself to your system, registers auto-start, and injects shell hooks.

๐Ÿ‘๏ธ

Watch

The background agent monitors a log file. Shell hooks (PowerShell, Bash, Zsh) automatically log every failed command.

๐Ÿ”Š

React

When an error is detected, the agent plays your chosen MP3. Supply your own sound URL with --sound <URL> (required).

Installation

Download the binary for your platform and run it.

1

Download

Grab the latest release from GitHub:

Latest Release โ†’
2

Install & Start

Run the binary with a sound URL (required):

yamete-kudasai-system --install --sound https://example.com/my-sound.mp3
3

Verify

Check the agent is running and play a test sound:

yamete-kudasai-system --status
yamete-kudasai-system --self-test

All Commands

Command Description
--install --sound <URL> Install and start the agent with an MP3 sound URL (required)
--uninstall Remove startup config and shell hooks
--status Show install status, sound path, and hook states
--self-test Play a test sound to verify audio playback

Trending Sounds

Copy popular sound URLs for installation, or contribute your own!

Loading sounds...

Cross-Platform

Built in Rust. Runs everywhere.

๐ŸชŸ

Windows

Registry auto-start, PowerShell hooks

yamete-kudasai-system-windows-x86_64.exe
๐Ÿง

Linux

XDG autostart, Bash & Zsh hooks

yamete-kudasai-system-linux-x86_64
๐ŸŽ

macOS

LaunchAgent auto-start, Zsh hooks

yamete-kudasai-system-macos-aarch64

Build from Source

Requires Rust toolchain.

git clone https://github.com/devfemibadmus/Yamete-Kudasai.git cd Yamete-Kudasai cargo build --release