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

Zenity.rb

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

Zenity.rb

  • 0.1.2
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

= zenity.rb

Zenity is a tool that is used to display GTK dialog boxes from the command line, often from shell scripts. From it's {Freshmeat page}[http://freshmeat.net/projects/zenity],

Zenity is a tool that allows you to display Gtk+ dialog boxes from the command line and through shell scripts. It is similar to gdialog, but is intended to be saner. It comes from the same family as dialog, Xdialog, and cdialog, but it surpasses those projects by having a cooler name.

This tool offers a easy way to use Zenity in your scripts with a Ruby-ish syntax. For example, this code:

Zenity::entry(:title => 'Enter some text', :text => 'This is a password dialog.', :arg => ['hide-text'])

gets translated to this bash command:

zenity --entry --title='Enter some text' --text='This is a password dialog.' --hide-text

== LICENSE

Look at the COPYING file. (It's the MIT License)

FAQs

Package last updated on 30 Nov 2009

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