Update README.md
This commit is contained in:
parent
b3dbb1a78a
commit
2d90a83943
1 changed files with 2 additions and 2 deletions
|
@ -12,7 +12,7 @@ For now, these are the only implemented dialogs:
|
||||||
* [message](https://github.com/ncruces/zenity/wiki/Message-dialog) (error, info, question, warning)
|
* [message](https://github.com/ncruces/zenity/wiki/Message-dialog) (error, info, question, warning)
|
||||||
* [file selection](https://github.com/ncruces/zenity/wiki/File-Selection-dialog)
|
* [file selection](https://github.com/ncruces/zenity/wiki/File-Selection-dialog)
|
||||||
|
|
||||||
Behavior on Windows, macOS and other UNIXes might differ slightly.
|
Behavior on Windows, macOS and other Unixes might differ slightly.
|
||||||
Some of that is intended (reflecting platform differences),
|
Some of that is intended (reflecting platform differences),
|
||||||
other bits are unfortunate limitations,
|
other bits are unfortunate limitations,
|
||||||
others still are open to be fixed.
|
others still are open to be fixed.
|
||||||
|
@ -35,6 +35,6 @@ Why reinvent this particular wheel?
|
||||||
* on macOS:
|
* on macOS:
|
||||||
* only dependency is `osascript` (with [JXA](https://developer.apple.com/library/archive/releasenotes/InterapplicationCommunication/RN-JavaScriptForAutomation/Articles/Introduction.html))\
|
* only dependency is `osascript` (with [JXA](https://developer.apple.com/library/archive/releasenotes/InterapplicationCommunication/RN-JavaScriptForAutomation/Articles/Introduction.html))\
|
||||||
JavaScript is easier to template (with `html/template`)
|
JavaScript is easier to template (with `html/template`)
|
||||||
* on other UNIXes:
|
* on other Unixes:
|
||||||
* wraps either one of `qarma`, `zenity`, `matedialog`,\
|
* wraps either one of `qarma`, `zenity`, `matedialog`,\
|
||||||
in that order of preference
|
in that order of preference
|
||||||
|
|
Loading…
Reference in a new issue