forked from sveinbjornt/Platypus
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
15 lines (11 loc) · 709 Bytes
/
README
File metadata and controls
15 lines (11 loc) · 709 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
Platypus is a developer tool for the Mac OS X operating system.
It can be used to create native Mac OS X applications from interpreted
scripts such as shell scripts or Perl and Python programs. This is done
by wrapping the script in an application bundle directory structure
along with an executable binary that runs the script.
Platypus makes it easy for you to share your scripts and programs
with those unfamiliar with the command line interface, without any
knowledge of the native Mac OS X APIs -- a few clicks and you will have
your own Mac OS X graphical program. Creating installers, maintenance
applications, login items, launchers, automations and droplets is
very easy using Platypus.