Installation
Make sure you have Make installed, then clone the Git Audio project and run the installation script:
git clone https://github.com/dnhn/git-audio && cd git-audio && \make installThis sets up the configuration directory in your home folder and installs the git-audio CLI to /usr/local/bin,
which requires sudo privileges. After installation, you can run git-audio from anywhere in your terminal.
Configuration
Section titled “Configuration”Configuration files are stored in $HOME/.git-audio/:
- audio.wav
- cli.sh
- config.sh
Directorytemplates
Directoryhooks
- post-commit
Uninstallation
Section titled “Uninstallation”This only removes the git-audio CLI. Configuration files and repository hooks remain in place.
make uninstall