Ayoo Terminal adds humorous Malayalam meme sound effects to your VS Code terminal. The extension listens to terminal output and plays funny audio reactions for common development events such as errors, failed commands, and Git operations like git add and git commit.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Ayoo Terminal adds humorous Malayalam meme sound effects to your VS Code terminal.
Instead of a silent terminal, this extension reacts to developer commands and outcomes with short meme sounds.
It detects common terminal commands and whether they succeed or fail, then plays an appropriate reaction sound.
Features
🔊 Plays Malayalam meme sounds for common terminal commands
📦 Detects Git commands such as git add and git commit
✅ Plays a sound when a command succeeds
❌ Plays a sound when a command fails
⚡ Lightweight and runs in the background
Installation
Install from the VS Code Marketplace (once published) or manually install the .vsix package.
Install manually
code --install-extension ayoo-terminal-0.0.1.vsix
Usage
Open a terminal in VS Code.
Run commands like:
git add .
git commit -m "update"
The extension detects the command and plays a meme sound automatically.
Requirements
VS Code 1.110.0 or later
Terminal Shell Integration enabled
Windows only (audio playback uses PowerShell / .NET SoundPlayer)
Extension Settings
Currently no configuration is required.
Future versions may include:
Custom sound packs
Enable/disable specific triggers
Volume control
Known Limitations
Only commands executed directly in the terminal are detected.
Some shells may require shell integration to be enabled.
Release Notes
0.0.1
Initial release
Git command detection
Command success/failure detection
Malayalam meme sound reactions
Contributing
Suggestions, meme ideas, and improvements are welcome.