Changes to introduction. authored by Kevin Meaney's avatar Kevin Meaney
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
For an introduction to what MovingImages is please see [Home](Home). For an introduction to what MovingImages is please see [Home](Home).
You drive MovingImages using smig commands. From scripting languages like ruby, python etc. this consists of creating json objects. In AppleScript you create property lists. The property list or json object is passed to smig using the smig sub command "performcommand" smig converts that data into a dictionary representation which it the sends to MovingImages Launch Agent. MovingImages performs commands sent to it using smig. Smig takes commands, converts them into a dictionary and sends the dictionary to MovingImages to carry out the contained commands. From scripting languages like ruby, python etc. this consists of creating json objects. In AppleScript you create property lists. The property list or json object is passed to smig using the smig sub command "performcommand" smig converts that data into a dictionary representation which it the sends to MovingImages Launch Agent.
When interacting with MovingImages via smig commands at the command line, smig converts the command line options into a dictionary representation which it sends to the MovingImages Launch Agent. When interacting with MovingImages via smig commands at the command line, smig converts the command line options into a dictionary representation which it sends to the MovingImages Launch Agent.
... ...
......