Skip to content

Instantly share code, notes, and snippets.

@wader
Created January 6, 2021 16:22
Show Gist options
  • Save wader/7cc54fc89d93e4c8b26893098444d556 to your computer and use it in GitHub Desktop.
Save wader/7cc54fc89d93e4c8b26893098444d556 to your computer and use it in GitHub Desktop.
macos notification when command is done
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