godbout Posted February 16, 2019 Share Posted February 16, 2019 Hello there. To build cleaner workflows I needed to use some of the new fields found in Alfred 3.4.1 and 3.5. I usually use the fantastic package from Joe Tannenbaum to build my workflows but it's not updated and its fluent api is starting to show its limitation with the new nested fields. So I build my own. I started using it to build the v2 of my Alfred Time package and I'm quite pleased with it so I'm thinking, if you need to build workflows that handle the new nested field, you might want to have a look at my workflow. If not, Joe's package might have a nicer API. https://github.com/godbout/alfred-workflow-php Have fun, and be productive with Alfred! Link to comment
joetannenbaum Posted August 25, 2022 Share Posted August 25, 2022 @godboutgreat job with the library! I just released v1.0.0 of my library, updated to reach feature parity with all of the new Alfred features (sorry it took so long to update). Just wanted to give you a heads up! You can find all of the documentation for the library here: https://www.alfredphpworkflows.com/ Hope it's helpful! godbout 1 Link to comment
godbout Posted August 25, 2022 Author Share Posted August 25, 2022 (edited) hey @joetannenbaum yeah following you on GitHub and saw the release today. congrats! and i'm glad. after Apple decided to stop packing interpreters in macOS, i've switched and then rebuilt my Alfred ecosystem in Swift. i was still maintaining the PHP one but only when i had time, and without too much heart tbh. so i'm gonna archive mine now and redirect it to yours welcome back. Edited August 25, 2022 by godbout Link to comment
joetannenbaum Posted August 25, 2022 Share Posted August 25, 2022 Thanks @godbout! Good call on the Swift library, I'll have to check it out. I figure there are enough developers out there that are still using PHP that it's worthwhile, but yes, it's a bummer that it doesn't ship with the system anymore. If anyone is ever looking for a Swift library I'll point them in your direction! Link to comment
godbout Posted August 26, 2022 Author Share Posted August 26, 2022 @joetannenbaum in my case i was starting building an app for the Mac so it was a right time to dig into Swift. and also i've had several issues with my PHP workflows, between the PHP versions people would install through Homebrew and/or the M1/Intel installation paths. i still have those issues reported from time to time and it's painful to dig into this again. my brain is not done to handle several different things at one. so be ready to get some transfers joetannenbaum 1 Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now