Hey, @Tim_Richardson
thanks for mentioning!
This is a known issue with Alfred in OSX12, because Moneterey does not ship with PHP anymore ( ) . So EVERY Workflow relying on PHP will no longer work out of the box.
To make it work from my side, I’d have to rewrite it in another language…
But there is an official “fix” from Alfred side: Using PHP on Monterey (macOS 12)? - Discussion & Help - Alfred App Community Forum
How it should work (not tested from my side yet):
To make it work again you’d have to:
- Install PHP via Homebrew
– Go to Der fehlende Paketmanager für macOS — Homebrew to see how to install Homebrew
– Enterbrew install php
in your console to install PHP - Update to Alfred pre-release
– Open Alfred and go to Updates page. Select “Automaticall check for pre-release” in bottom right corner.
– Update to Alfred 4.6 Pre-release
– Pray
If you test it, maybe you can share if this has worked for you. I might be able to set up a Monterey Dev machine on the weekend to test it by myself.