From 5e764f9412c0ac0761addafcdba8b37042aabb5b Mon Sep 17 00:00:00 2001 From: Michael Vorburger Date: Thu, 2 Apr 2026 17:48:34 +0200 Subject: [PATCH 1/2] docs: Advertise ch.vorburger.fswatch --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 7e8eebe..47dff96 100644 --- a/README.md +++ b/README.md @@ -77,6 +77,8 @@ Similar Projects Related Projects --- +https://github.com/vorburger/ch.vorburger.fswatch is another handy small library from the same author. + For the _expect-like_ functionality, from https://en.wikipedia.org/wiki/Expect#Java, note (in no particular order): * https://github.com/vorburger/vexpect From 76c791d0a7711bc159e2a9d77860c0e78012f2a4 Mon Sep 17 00:00:00 2001 From: Michael Vorburger Date: Thu, 2 Apr 2026 17:50:27 +0200 Subject: [PATCH 2/2] Update README.md Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 47dff96..059809c 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,7 @@ Similar Projects Related Projects --- -https://github.com/vorburger/ch.vorburger.fswatch is another handy small library from the same author. +[ch.vorburger.fswatch](https://github.com/vorburger/ch.vorburger.fswatch) is another handy small library from the same author. For the _expect-like_ functionality, from https://en.wikipedia.org/wiki/Expect#Java, note (in no particular order):