Skip to content

Instantly share code, notes, and snippets.

@wooglie
Created July 10, 2020 12:27
Show Gist options
  • Save wooglie/df5206fe19ba759e38f0e26e218ab9af to your computer and use it in GitHub Desktop.
Save wooglie/df5206fe19ba759e38f0e26e218ab9af to your computer and use it in GitHub Desktop.
If you want to know when some task is over you can simply call this to let you know
# Usage
# some task && notify "The task is over!"
notify() {
osascript -e "display notification \"$@\""
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment