Hacker News new | ask | show | jobs
by andreicek 2105 days ago
Terminal bell is something that in my opinion was once great but now overused to the point I turn it off. I remember the time I could just sound a bell on an end of a long running process and that would be it. Today I use a visual/audio notification on the ends of my scripts.

    osascript -e 'display notification "Completed!"'
    osascript -e 'say "Done"'