Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ncruces authored Apr 7, 2024
1 parent b02ba26 commit 1287d2f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down

0 comments on commit 1287d2f

Please sign in to comment.