This is still a work in progress
music-commit
is a CLI tool that automatically adds the song you're listening to in your Git commit messages.
Install globally using npm:
npm install -g music-commit
Run music-commit
just like git commit
, but with music!
music-commit "Fixed a bug {{ADD MUSIC}}"
If a song is playing, {{ADD MUSIC}}
will be replaced with:
Fixed a bug 🎵 Daft Punk - Harder, Better, Faster, Stronger
✅ Automatically appends music to commit messages
✅ Works like a normal git commit
✅ (Upcoming) Spotify integration
music-commit --help # Show usage instructions
music-commit --version # Show version number
music-commit auth # (Coming Soon) Authenticate with Spotify
- 🔜 Spotify integration – Pull real music instead
- 🔜 Support for Apple Music / YouTube Music (Maybe lol)