No commit activity in last 3 years
No release in over 3 years
Attach audio files to git commits.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies

Development

~> 1.0.0
~> 1.6.4
 Project Readme

git-audio-commit

Adds two commands to git to support adding and reading audio files to commit messages.

Installation

gem install git-audio-commit

Adding audio to a commit

Use git audio-commit instead of git commit. The audio file should be one that is supported by afplay, mp3, aiff and wav should work.

git audio-commit -m "<text message>" --audio <audio file>

All other arguments are passed through to git commit

Hearing the logs

You can play back the logs using:

git say-log

All arguments are passed through to git-log.

Requirements

Currently only works on Mac OSX since it uses the afplay command line utility.

Copyright

Copyright (c) 2012 Sean Geoghegan. See LICENSE.txt for further details.