From 7ee3b378873d5ed402309ecf4b512e20d9943754 Mon Sep 17 00:00:00 2001 From: Ilya Grigoriev Date: Thu, 4 Jul 2024 16:58:19 -0700 Subject: [PATCH] README: Add alternatives section --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 4a53ed5..16a5d6e 100644 --- a/README.md +++ b/README.md @@ -280,3 +280,9 @@ You can have command diffs output directly to stdout instead with `-b` option of ```bash hwatch -b command... ``` + +## Alternatives +- The original [`watch`](https://man7.org/linux/man-pages/man1/watch.1.html); + the newest version seems to be distributed as a part of + [`procps`](https://gitlab.com/procps-ng/procps). +- [Viddy](https://github.com/sachaos/viddy).