music-commit
v0.1.2
Published
Append music info to Git commit messages
Readme
🎵 [WIP] music-commit
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.
Installation
Install globally using npm:
npm install -g music-commitUsage
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, StrongerFeatures
✅ Automatically appends music to commit messages
✅ Works like a normal git commit
✅ (Upcoming) Spotify integration
Commands
music-commit --help # Show usage instructions
music-commit --version # Show version number
music-commit auth # (Coming Soon) Authenticate with SpotifyRoadmap / Shit to figure out
- 🔜 Spotify integration – Pull real music instead
- 🔜 Support for Apple Music / YouTube Music (Maybe lol)
