# Integrate NeewerLite with macOS shortcut * Open NeewerLite.app, make sure it is running. * Open shortcuts.app * Add a new shortcut * Drag in an action "Terminal -> Run Shell Script" * Add name "Turn on lights" * Input the following script in the text field and save ```zsh open "neewerlite://turnOnLight" ```