1.0.13 • Published 2 years ago

dialog-gui v1.0.13

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

npm

Dialog-GUI

This is a simple gui system designed for use on desktop devices. It is based on zenity and allows you to display:

  • Forms (with entries, password fields, calendars, lists,combo boxes) DOES NOT WORK ON WINDOWS/MACOS
  • Notifications
  • File selectors
  • Info/Error/Question boxes
  • Entry boxes
  • Progress bars
  • Color pickers
  • Lists

Installation

You simply have to install the package using: npm i dialog-gui

Then the package will automatically run an install script which automatically detects your package manager on linux, and installs zenity with it (A passwords field may pop up during the installation). If you are on windows / mac, it will download the Zenity package by ncruces. It currently lacks functionallity for forms (the Dialog class) but everything else works fine.

Examples

Look at the examples folder for examples on how to use this package.

Docs

You can find the class documentation here: Docs

Credits

Thanks to ncruces for supplying the Zenity package to windows and mac users.

1.0.13

2 years ago

1.0.12

2 years ago

1.0.11

2 years ago

1.0.10

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago