-
Notifications
You must be signed in to change notification settings - Fork 1
/
README
32 lines (22 loc) · 882 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
ScriptKit
=========
:Maintainer: David Chisnall
:Author: David Chisnall
:License: Modified BSD License
:Version: 0.1
ScriptKit is a very lightweight cross-app scripting framework built on top of
Distributed Objects. It simply exports a dictionary containing a set of named
objects for scripting with Objective-C or any languages based on the LanguageKit
such as Pragmatic Smalltalk.
This is used for example by the hit corners and gesture recognition tool to run
arbitrary commands in response to corner activations or mouse gestures, and by
ScriptServices which allows arbitrary shell or Smalltalk scripts to be invoked
on the current selection from any GNUstep or Etoile application.
To know more about ScriptKit:
<http://www.etoile-project.org/dev/0.4/ScriptKit>
Build and Install
-----------------
Read INSTALL document.
Mac OS X support
----------------
None.