From dc8de219ad9dd1ec3d43e327d15c88b3322ae391 Mon Sep 17 00:00:00 2001 From: Joscha Feth Date: Sat, 19 Apr 2025 06:03:16 +1000 Subject: [PATCH] docs: add hint for `terminal-notifier` Since OSX 10.10 we have a native notification center that can be used --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 20b34cf..f406ebd 100644 --- a/README.md +++ b/README.md @@ -54,6 +54,13 @@ pass or fail: using [GrowlNotify][]. + ```bash + $ ptw --onpass "terminal-notifier -message \"Tests passed\" -title \"✅ Pass\"" \ + --onfail "terminal-notifier -message \"Tests failed\" -title \"❌ Fail\"" + ``` + + using the OSX Notification Center via [terminal-notifier][]. + - **Windows** ```bat @@ -198,3 +205,4 @@ Use this software often?