Skip to content

TahaTesser/CommitConfetti

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

2 Commits
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

CommitConfetti ๐ŸŽ‰

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

Requirements

  • macOS
  • Raycast installed on your system
  • Git

Installation

  1. Clone this repository or download the setup_commit_confetti.sh script
  2. Make the script executable:
    chmod +x setup_commit_confetti.sh
  3. 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

How It Works

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.

Uninstallation

To remove CommitConfetti, simply reset your global Git hooks path:

git config --global --unset core.hooksPath

License

MIT License

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages