It would be useful to have negative conditions. E.g. to consider all lines that do not start with "Success" as failure: ``` tail -f app.log | slacktee.sh -n -a "good" -no "danger" "^Success:" -nd "@channel" "^Success:" -m link_names ```
It would be useful to have negative conditions. E.g. to consider all lines that do not start with "Success" as failure: