Since a lot of MPUers use Goodlinks, created an Alfred workflow to add and search GoodLinks. Since we all like to be productive and speed is important, the workflow also supports caching . Check if out and let me know how you like it. @ismh86
I made one a few months ago, and hadn’t gotten around to creating a script filter for search. I’m glad to know I didn’t try, since you had to work with the dev to fix it. Thank you for doing that!
A few suggestions if you’re open to them:
Maybe add an Alfred “Expand Short URL” step before calling the Goodlinks URL scheme, just in case.
In the Add to Goodlinks part of the flow, you can skip the conditional step and use only the single “Open Url” step that’s currently being used for quick add. It’s not needed because when sending a link without the quick variable being true, the URL scheme will get &quick= which it will interpret as false.
Perhaps consider making Goodlinks quick-add be the default (no modifier key), and the modifier key being for used to open up the Goodlinks link editor. That’s my preference but obviously it might not be yours. (It’s too bad modifier keys can’t be set up as a workflow config variable.)
Put it up on Github and share it to Alfred Gallery! I’ve shared one there. There are a few hoops to jump through but it’s fun to contribute.
Edit: I found your Alfred forum link and shared the same feedback there.