OnMyCommand for MAC

v 3.2
Category  System Utilities

Screenshots
OnMyCommand mac screenshot NaNOnMyCommand mac screenshot NaNOnMyCommand mac screenshot NaNOnMyCommand mac screenshot NaNOnMyCommand mac screenshot NaN

About OnMyCommand For MAC

OnMyCommand allows you to run UNIX shell scripts as well as AppleScript executors. You can create your own contextual menu item, system service or GUI application.

Subscribe to OMC mailinglist for support, and related news.

Download OnMyCommand For MAC

Whats New

Version 3.2:

  • Added the ability to accept file or text drags in nib dialog OMCButton. The way it works that you can enable this behavior in the nib button by adding boolean property "acceptFileDrop" or "acceptTextDrop" in "User Defined Runtime Attributes". Such OMCButton should also have "commandID" property corresponding to the command that the button will trigger. A drop of file or text on such button will run the specified command with the proper file or text context that can be accessed via $OMC_OBJ_PATH or $OMC_OBJ_TEXT in that command. See "Drag And Drop Button.droplet" example in /Applications/OMC/Examples/Droplets
  • plister additions:
    • - added "get keys" command to get all keys from dictionary
    • - added "get key" support to "iterate" command
    More information in "Additional Tools/plister description.txt" or run "/Library/Frameworks/Abracode.framework/Support/plister" for help
  • Minor bug fixes and internal code cleanup