Command line tool for playing a "completion" sound when a task completes
- Clone repo
- Add alias to
.bashrc
or.zshrc
:
alias complete="~/Documents/complete/complete.sh"
- Pipe the results of a command to
complete
to trigger the sound when the command completes.