Created
January 6, 2021 16:22
-
-
Save wader/7cc54fc89d93e4c8b26893098444d556 to your computer and use it in GitHub Desktop.
macos notification when command is done
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| alias nag="osascript -e \"display notification \\\"Finished with exit code \$?\\\"\"" | |
| Usage: | |
| ./command_that_takes_time ; nag |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment