0.1.2 ⢠Published 5 months ago
music-commit v0.1.2
šµ 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-commit
Usage
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
Features
ā
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 Spotify
Roadmap / Shit to figure out
- š Spotify integration ā Pull real music instead
- š Support for Apple Music / YouTube Music (Maybe lol)