CocoaDialog

From HaFrWiki
Revision as of 17:36, 24 January 2015 by Hjmf (talk | contribs)
Jump to: navigation, search

A nice addition to the Apple OSX environment is the option to send message notifications yo the user. The aim of cocoaDialog [1] is just that.

Overview

The application cocoaDialog is an OS X application that allows the use of common GUI controls such as file selectors, text input, progress bars, yes/no confirmations and more with a command-line application. It requires no knowledge of Cocoa, and is ideal for use in shell and Perl scripts (or Ruby, or Python, or... etc).

Download

  • Download, Download the Application and Install it into the Applications directory.

Documentation

See also

top

Reference

top

  1. CocoaDialog, Home page on GitHuh of the CocoaDialog. The Application is create by Mark A. Stratman.