Cinnamon Toast Crunch reads from the stdin and creates Windows 10 notifications
Send one message
echo Hello World | ctc
Send a message for every line in a file
cat file.txt | ctc
Send a message for every line in your log with an error
tail -f myLog | grep ERROR | ctc