From 1287d2f0a4edf6743455759a6397e94302e4c1df Mon Sep 17 00:00:00 2001 From: Nuno Cruces Date: Sun, 7 Apr 2024 09:43:45 +0100 Subject: [PATCH] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 7a2c0ed..d6c7fe3 100644 --- a/README.md +++ b/README.md @@ -75,6 +75,14 @@ and [man page](https://linux.die.net/man/1/zenity) of that command. * on other Unixes: * wraps either one of `zenity`, `matedialog`, [`qarma`](https://github.com/luebking/qarma) +## Zenity wrappers + +Zenity wrappers for languages other than Go can benefit from the `zenity` command. On Unix (Linux, FreeBSD, etc) they can use the original tool, and on Windows/macOS they may use the command from this repo for portability. + +Examples: +- NodeJS [`dialog-gui`](https://github.com/SnurfDev/dialog-gui) by [@SnurfDev](https://github.com/SnurfDev/dialog-gui) +- Crystal [`zenity.cr`](https://github.com/kojix2/zenity.cr) by [@kojix2](https://github.com/kojix2/) + ## Credits I'd like to thank all [contributors](https://github.com/ncruces/zenity/graphs/contributors),