Skip to content

Instantly share code, notes, and snippets.

@blackxored
Created November 2, 2016 13:34
Show Gist options
  • Save blackxored/ad2bdc2e5c745e6992f3d209b66b8839 to your computer and use it in GitHub Desktop.
Save blackxored/ad2bdc2e5c745e6992f3d209b66b8839 to your computer and use it in GitHub Desktop.
local app = appfinder.appFromName(object.app)
if app then·
app:activate()
else
hs.application.launchOrFocus(object.app)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment