Items tagged jxa
2019
-
Workflow: Search in App
Alfred workflow to pass a query to an application's own search by simulating ⌘F.
For applications that aren't scriptable via AppleScript or URL scheme, you can simulate keypresses to open an app's own search function and enter a query. This workflow is a relatively flexible implementation of that.
2017
-
Multiple app instances and scripting weirdness
It's possible to start multiple instances of an application with
open -n
: