Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
plugins:user_scripts [2011/11/18 15:59] mattbplugins:user_scripts [2025/11/04 15:41] (current) davel17
Line 1: Line 1:
 +====== User Scripts Plugin ======
  
 +Install this plugin if you would like to add AppleScript or Python script files to Indigo's Plugins menu.
 +
 +To install, [[http://www.indigodomo.com/pluginstore/150/|download the plugin]], unzip it, then double-click the **User Scripts.indigoPlugin** file to install.
 +
 +Next, control-click (or right-click) on this file and choose **''Show Package Contents''** from the context menu (depending on which version of Indigo you're using):
 +
 +    /Library/Application Support/Perceptive Automation/Indigo 5/Plugins/User Scripts.indigoPlugin
 +    /Library/Application Support/Perceptive Automation/Indigo 6/Plugins/User Scripts.indigoPlugin
 +    /Library/Application Support/Perceptive Automation/Indigo 7/Plugins/User Scripts.indigoPlugin
 +    ...
 +    /Library/Application Support/Perceptive Automation/Indigo VERSION/Plugins/User Scripts.indigoPlugin
 +
 +And then add any AppleScript (.scpt) or Python (.py) files into the folder:
 +
 +    User Scripts.indigoPlugin/Contents/Menu Items/
 +
 +Lastly, choose the **''Plugins->User Scripts->Reload Plugin''** menu item.
 +
 +Your scripts should then be accessible from the //''<nowiki>/Plugins/User Scripts</nowiki>''// menu item.
 +
 +<color #ed1c24>NOTE:</color> If you make changes to the contents of the //''<nowiki>/Plugins/User Scripts</nowiki>''// folder -- such as deleting a file that was already there or renaming a file in the folder, you may need to exit and restart the Indigo client for all the changes to take effect.