Cmdivator is an iOS tweak that extends Activator with the ability to run executable programs in response to events.
Users can add commands to ~/Library/Cmdivator/Cmds
Cydia developers can depend on net.joedj.cmdivator
and install commands to /Library/Cmdivator/Cmds
Cmdivator watches these directories, and automatically makes new commands available to Activator.
The following environment variables are exposed to commands:
ACTIVATOR_LISTENER_NAME
: The activator listener name, e.g.net.joedj.cmdivator.listener:/Library/Cmdivator/Cmds/ReticulateSplines.cy
ACTIVATOR_EVENT_NAME
: The activator event name, e.g.libactivator.menu.press.triple
ACTIVATOR_EVENT_MODE
: The activator event mode, i.e.application
orspringboard
orlockscreen