From 742424ab404c83b40fac3c1e0478a3485ac635bc Mon Sep 17 00:00:00 2001 From: "T. Hinrichsmeyer" <t.hinrichsmeyer@ndr.de> Date: Thu, 24 Apr 2025 15:58:50 +0200 Subject: [PATCH] terminal/tools: hwatch --- docs/terminal/tools.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/terminal/tools.md b/docs/terminal/tools.md index df3ea9c..9bd8761 100644 --- a/docs/terminal/tools.md +++ b/docs/terminal/tools.md @@ -21,3 +21,9 @@ Output to `stdout` and only update when output changes: ```sh hwatch -b date ``` + +Watch for changes on a website and play a sound on changes: + +```sh +hwatch -A beep.sh -b "curl -I https://example.org | grep '^HTTP'" +``` -- GitLab