UNPKG

@cailiao/system-dialog

Version:
34 lines (19 loc) 968 B
# system-dialog [简体中文](../README.md) | English @cailiao/system-dialog is a cross-platform npm command-line tool based on zenity that can easily invoke system interaction UI. ## Quick Start You don't need to install this package, you just need to use the npx command to run it. For example, you can use the following command to display an information dialog box: ```bash npx @cailiao/system-dialog -info -text="prompt message" ``` ## Command-line Parameters You can use the following command to view all available command-line parameters: ```bash npx @cailiao/system-dialog --help ``` ## Platform Support Currently, this package is only available on windows systems, MacOS and Linux are coming soon. ## Open Source License This package follows the ISC license. ## Submit Feedback If you have any questions or suggestions, please submit an issue [here](https://github.com/Eleg-i/system-dialog/issues), thank you for your support and participation.