Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

dialog-gui

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dialog-gui

Responsive dialoges for nodejs using zenity

  • 1.0.13
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1
decreased by-80%
Maintainers
1
Weekly downloads
 
Created
Source

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.

Keywords

FAQs

Package last updated on 30 Apr 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc