Celebrate your Git commits with a burst of confetti in Raycast! CommitConfetti adds a fun, visual celebration to your development workflow by triggering Raycast's confetti animation every time you make a commit.
Confetti.mp4
- macOS
- Raycast installed on your system
- Git
- Clone this repository or download the
setup_commit_confetti.sh
script - Make the script executable:
chmod +x setup_commit_confetti.sh
- Run the setup script:
./setup_commit_confetti.sh
The script will:
- Create a global Git hooks directory at
~/.git-hooks
- Set up a post-commit hook that triggers Raycast's confetti animation
- Configure Git to use the global hooks directory
CommitConfetti uses Git's post-commit hook mechanism to trigger Raycast's confetti animation after each successful commit. The hook is installed globally, so it works across all your Git repositories.
To remove CommitConfetti, simply reset your global Git hooks path:
git config --global --unset core.hooksPath