Mangal Bhawan Amangal Hari
Mangal Bhawan Amangal Hari is a Visual Studio Code extension that plays the iconic devotional meme sound whenever a terminal command fails.
Instead of silently showing an error, your terminal responds with:
Ae Ji Mangal Bhawan Amangal Hari
It transforms a simple command failure into a dramatic and memorable moment.
Features
- Detects terminal command completion
- Plays custom sound when exit code is non-zero
- Displays a "Wrong Command" notification
- Enable or disable the extension
- Adjustable volume control
- Works with VS Code 1.93 and above
How It Works
When a command executed in the integrated terminal exits with a non-zero status:
- The "Mangal Bhawan Amangal Hari" sound plays
- A notification appears indicating the command failed
The extension listens for terminal execution results and triggers audio playback only when the exit code is non-zero.
Installation
From Marketplace
- Open Visual Studio Code
- Go to the Extensions view (
Ctrl+Shift+X)
- Search for Mangal Bhawan Amangal Hari
- Click Install
From VSIX File
- Open the Extensions panel
- Click the three-dot menu in the top-right corner
- Select Install from VSIX
- Choose the
.vsix file from your system
Usage
- Open the integrated terminal in VS Code.
- Run any command.
If the command fails (non-zero exit code):
- A "Wrong Command" notification appears
- The Mangal Bhawan Amangal Hari sound plays
If the command succeeds, nothing happens.
Extension Settings
You can configure the extension in:
File → Preferences → Settings
Search for:
Mangal Bhawan Amangal Hari
Available Settings
mangalBhawanAmangalHari.enabled
Enable or disable the extension.
Requirements
- Visual Studio Code 1.93.0 or higher
Known Limitations
- Rapid terminal executions may queue sound playback.
- On some Linux systems,
ffplay, paplay, or aplay may be required for audio playback.
- Sound playback depends on system audio availability.
Release Notes
1.0.0
- Initial release
- Terminal failure detection
- Custom meme sound playback
- Configurable enable/disable option
- Adjustable volume control
Author
Akash Gupta
Publisher: saysky2
License
MIT License