Anime Motivation
A VS Code extension that plays anime-inspired motivational sounds when your terminal commands finish.
Features
✨ Success Sound
Plays a motivational sound when your command executes successfully.
🔥 Error Sound
Plays an error sound when your command fails.
⚡ Automatic Detection
Automatically detects terminal command results using VS Code Shell Integration API.
🎧 Developer Motivation
Makes coding more fun by adding anime-inspired audio feedback to your workflow.
How It Works
- Run any command in the VS Code terminal.
- The extension detects when the command finishes.
- It checks the command exit code.
- If the command succeeds, it plays the success sound.
- If the command fails, it plays the error sound.
Example
Successful Command
Run:
python app.py
Result:
Command: python app.py
Exit: 0
A success sound will play.
Failed Command
Run:
python wrong_file.py
Result:
Command: python wrong_file.py
Exit: 1
An error sound will play.
Installation
Install from VS Code Marketplace
Search for:
Anime Motivation
and install the extension.
Install from VSIX
- Download the
.vsix file.
- Open VS Code.
- Go to Extensions.
- Click the three dots (...) menu.
- Select:
Install from VSIX...
- Select the extension file.
Requirements
- Visual Studio Code 1.90.0 or higher
- Windows Operating System
- VS Code Terminal Shell Integration support
Sound Files
The extension uses:
success.wav
error.wav
The sounds are automatically triggered based on terminal command results.
Future Updates
- More anime sound effects
- Custom user sound support
- Volume settings
- Random motivational quotes
- More developer customization options
Developer
Created by:
Lijith Talluru
GitHub:
https://github.com/LijithTalluru
License
MIT License