A osx only bash/applescript that creates a notification when a process is finished, using it's output (stdout) as the notification's content.
echo 123 | notify
- clone this repo or directly copy the content of notify to a bin folder on your system (eg. /usr/local/bin or ~/bin)
chmod +x path_to/notify