This may sound like a silly little think (maybe it is haha), but I was thinking it would be great for my command line to be able to let me know when it's done running instead of me continually checking.
Specifically, when it completes deploying my project to firebase via the following line:
firebase deploy
Is playing a sound after my command line completes possible?
For reference, I was able to find something similar for ubuntu here.
As a side note, it'd be extra awesome if the solution could be set up to play a custom sound of my own and/or could work for when npm run build
completes as well