Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>meauNew to Visual Studio Code? Get it now.
meau

meau

dev-jayesh

|
1 install
| (0) | Free
Plays sounds on git commit and git push — because your terminal deserves a personality.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

meau 🐱

Plays sounds when you run git commands in the VS Code integrated terminal.

What it does

Command Sound
git commit ... acp.mp3
git push origin main ... gob.mp3

Requirements

  • VS Code 1.109+ with shell integration enabled (on by default for zsh/bash)
  • A sound player on your system:
    • Linux: mpg123 (sudo apt install mpg123) or paplay / ffplay
    • macOS: afplay (built in)
    • Windows: PowerShell MediaPlayer (built in)

How it works

The extension uses VS Code's Shell Integration API to detect when you run git commit or git push origin main in the integrated terminal and plays the corresponding sound effect.

No configuration needed — it just works once installed.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft