Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 453 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 453 Bytes

ctc Build status

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