lolcommits takes a snapshot with your webcam every time you git commit code, and archives a lolcat style image with it. Git blame has never been so much fun.
The single most useful piece of software known to mankind.
Animate your progress through a project and watch as you age. See what you looked like when you broke the build. Keep a joint lolrepository for your entire company.
Thanks to the great open-source community, lolcommits now works on MacOSX, Linux, and even (gasp!) Windows.
Hack it to do what you wish. lolcommits is licensed under the LGPL-3, for full neckbeard compliance.
Hey, that's a good thing, capiche? Stop taking everything so seriously.
See many more (and add your own!) on the People Using Lolcommits wiki page.
You'll need ImageMagick installed. Homebrew makes this easy. Simply do:
brew install imagemagick
Then simply do:
[sudo] gem install lolcommits
(If you're using RVM, you can/should probably omit the sudo, but the default MacOSX Ruby install is dumb and requires it.)
Install dependencies using your package manager of choice, for example in Ubuntu:
apt-get install mplayer imagemagick libmagickwand-dev
Then install the lolcommits gem:
gem install lolcommits
For more detailed Linux installation instructions, check the Linux installation wiki page.
Here be dragons! You'll need some more detailed instructions to get the dependencies installed.
From within any git repository, simply do a lolcommits --enable. From that point on, any git commit will automatically trigger a lolcommit capture! All lolcommits are stored in ~/.lolcommits by default, placed in a subdirectory by project name, and with a filename matching the commit hash.
Don't worry about it too much, half the fun of lolcommits is forgetting it's installed!
--enable, common sense suggest there is also a repository specific --disable, hopefully you can guess what that does. Other handy common commands include --last, which will open for display your most recent lolcommit image, or --browse, which pops open the directory containing all the lolcommit images for your current repository. You can always do --help for a full list of available commands.
Want to do something cray cray like adjusting camera delay or enabling some addon functionality? Check out the configuration variables and small but growing list of plugins.