Sha256: f1efc1326f2302ec300b1a6c0264cbd337988efd974d0438c3cf360256bb04b6
Contents?: true
Size: 692 Bytes
Versions: 1
Compression:
Stored size: 692 Bytes
Contents
# 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> ## Hearing the logs You can play back the logs using: git say-log This will support the same arguments as 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.
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
git-audio-commit-1.0.0 | README.md |