caleb531 Posted October 7, 2022 Share Posted October 7, 2022 This is a workflow I created for searching for a Bible verse or topic in just a few keystrokes. The workflow is configurable, albeit with a custom preferences system because of the complex nature of how the preferences relate to each other (e.g. the list of available version/translations is scoped to your selected language). Main Page: https://github.com/caleb531/youversion-suggest-alfred Alfred Forum Post: https://github.com/caleb531/youversion-suggest-alfred Dependencies: none Documentation: in GitHub README (the About section in the workflow itself points to this page) Screenshots: see attached Link to comment Share on other sites More sharing options...
p3av8r Posted December 20, 2022 Share Posted December 20, 2022 When I try this or other workflows, even using the examples you use above, it just does a google search. For example, yvfilter matt11.28 e just does a google search for those words. I had the same problem with the movie and tv search. I assume I have a wrong setting somewhere. Blessings! Tom Link to comment Share on other sites More sharing options...
vitor Posted December 21, 2022 Share Posted December 21, 2022 @p3av8r Can’t say for certain without seeing the output from the debugger, but I’m betting what you need to do is open a terminal and run xcode-select --install to make Python available on your system. If you run the Homebrew install command instead, you’ll get the same result but be more ready for other future dependency resolution. Link to comment Share on other sites More sharing options...
p3av8r Posted December 23, 2022 Share Posted December 23, 2022 Thanks vítor…I’ll try that out! Blessings! Tom Link to comment Share on other sites More sharing options...
p3av8r Posted December 23, 2022 Share Posted December 23, 2022 (edited) On 12/21/2022 at 3:46 PM, vitor said: @p3av8r Can’t say for certain without seeing the output from the debugger, but I’m betting what you need to do is open a terminal and run xcode-select --install to make Python available on your system. If you run the Homebrew install command instead, you’ll get the same result but be more ready for other future dependency resolution. Vitor, here's the output of the debugger. Looks like it's looking for the xcrun and can't find it because I don't have the Xcode developer tools installed. I guess I'll need to install those from the app store if I want these to run. Edited December 23, 2022 by p3av8r Added information about Xcode install. Link to comment Share on other sites More sharing options...
vitor Posted December 24, 2022 Share Posted December 24, 2022 It’s exactly what I suspected. Do the steps mentioned in my previous post and you should be sorted. Link to comment Share on other sites More sharing options...
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