Add vibes and music to your commits! Because why not make your git history a bit more fun?
- 🎵 Spotify integration - add your current song to commits
- 🎨 Express your commit feelings with emojis
- 🎯 Quick file staging with multi-select
- 🎮 Interactive CLI with Clack
# Install
npm install -g commit-vibes
# Connect Spotify (one-time setup)
commit-vibes --spotify
# Make a commit with vibes
commit-vibes "your message"
- Stage your changes (or use
commit-vibes
to stage interactively) - Enter your commit message
- Select your vibe
- If you're playing music, choose to include it in your commit
commit-vibes
- Interactive commit with vibescommit-vibes "message"
- Quick commit with messagecommit-vibes --spotify
- Connect Spotifycommit-vibes --disconnect
- Disconnect Spotify
feat: add new feature 🎉 Victory
🎵 Now playing: "Song Name - Artist Name"
# Clone & install
git clone https://github.com/yourusername/commit-vibes.git
cd commit-vibes
npm install
# Run locally
npm link
commit-vibes
MIT