pontus Posted October 23, 2022 Share Posted October 23, 2022 This is so good it should be a native Alfred feature. Absolutely necessary for your productivity, not only can you do more without the mouse, you don't even have to create a Hotkey! I'm triggering it with Cmd+Space. --- Say if you’re the author or submitting someone else’s workflow. I'm not the author, @Benzi is. Share a link to its thread on the Alfred Forum, if available. Share a link to its main page (e.g. GitHub). https://github.com/BenziAhamed/Menu-Bar-Search iandol, Floating.Point, Grug and 3 others 6 Link to comment Share on other sites More sharing options...
xilopaint Posted November 17, 2022 Share Posted November 17, 2022 Please@vitor, add this workflow. It's one of my favorites. iandol 1 Link to comment Share on other sites More sharing options...
Vero Posted November 17, 2022 Share Posted November 17, 2022 Would @Benzi be able to switch the the environment variables to use the new User Configuration? (Or another community member could do it and submit as a pull request in Github) Link to comment Share on other sites More sharing options...
vitor Posted November 17, 2022 Share Posted November 17, 2022 This one is unsigned so it cannot go in as is. It’s in Swift, so perhaps it could switch from being compiled to pasting the code in the language dropdown. It’s important to note that not being in the Gallery does not prevent a workflow from being shared on GitHub as is, that doesn’t change. pontus 1 Link to comment Share on other sites More sharing options...
Benzi Posted November 19, 2022 Share Posted November 19, 2022 Let me try and update the workflow to use User Configuration and sign the binary as well. Grug, xilopaint and vitor 3 Link to comment Share on other sites More sharing options...
manfred Posted November 29, 2022 Share Posted November 29, 2022 This workflow is absolutely awesome. Thanks @Benzi for creating it and I followed @pontus idea about setting the cmd + space hotkeys. Fabulous. pontus 1 Link to comment Share on other sites More sharing options...
TomBenz Posted November 30, 2022 Share Posted November 30, 2022 Yes, one of the best workflows. Love it. Link to comment Share on other sites More sharing options...
Benzi Posted December 10, 2022 Share Posted December 10, 2022 (edited) @vitor Hi! would you (or anyone else) be able to help and check if version 1.9 is suitable? I've updated it to use User Configs and tried to codesign it. Edited December 11, 2022 by Benzi Link to comment Share on other sites More sharing options...
xilopaint Posted December 10, 2022 Share Posted December 10, 2022 38 minutes ago, Benzi said: @vitor Hi! would you (or anyone else) be able to help and check if version 1.9 is suitable? I've updated it to use User Configs and tried to codesign it. Add the workflow file as a release asset. You don't need to do it in the repo itself. Link to comment Share on other sites More sharing options...
vitor Posted December 11, 2022 Share Posted December 11, 2022 18 hours ago, Benzi said: and tried to codesign it. Signature looks correct, but you also need to notarise it otherwise there’s going to be a dialog about how Apple wasn’t able to scan it for malicious software and it won’t run. First set up your credentials: /usr/bin/xcrun notarytool store-credentials --apple-id 'YOUR EMAIL' --team-id 'YOUR TEAM ID' To notarise a raw binary, first zip it then use notarytool on the zip: /usr/bin/xcrun notarytool submit '/PATH/TO/THE/ZIP' --keychain-profile 'PROFILE NAME SET WITH store-screndials' --wait After it returns successfully you can trash the zip, it’s only necessary to send it over. From then on, the first time a user runs your binary it’ll contact Apple’s servers to verify the notarisation then keep the information locally. If you use Xcode, there should be a flow for notarising without having to leave it. Elvis Gastelum and Benzi 2 Link to comment Share on other sites More sharing options...
vitor Posted January 19 Share Posted January 19 @Benzi Just checking if you bumped into any snag and/or need help proceeding. Link to comment Share on other sites More sharing options...
xilopaint Posted February 16 Share Posted February 16 ^ @Benzi Link to comment Share on other sites More sharing options...
Benzi Posted March 22 Share Posted March 22 Sorry about the huge gap and delay in responding - I had some issues setting up my apple developer ID, but sorted that out finally! Appreciate if you could test v2.0 pre-release here and see if the notarisation works: https://github.com/BenziAhamed/Menu-Bar-Search/releases cc @vitor @xilopaint vitor and xilopaint 1 1 Link to comment Share on other sites More sharing options...
xilopaint Posted March 22 Share Posted March 22 I replied in your GitHub issue @Benzi. Thanks again for working on this amazing tool. Benzi 1 Link to comment Share on other sites More sharing options...
sepulchra Posted March 22 Share Posted March 22 @Benzi I got this notification when i just ran 2.0 for the first time Link to comment Share on other sites More sharing options...
vitor Posted March 22 Share Posted March 22 @sepulchra Could you double check you have the right download? What do you get if you run in the Finder: /usr/sbin/spctl -vvvv --assess --type install '/PATH/TO/MENUBAR/BINARY/HERE' Link to comment Share on other sites More sharing options...
sepulchra Posted March 22 Share Posted March 22 (edited) @vitor I have 1.9. I can't seem where to find a 2.0 download on the github page. I don't know if your second question is still relevant but I got this /PATH/TO/MENUBAR/BINARY/HERE: No such file or directory Edited March 22 by sepulchra Link to comment Share on other sites More sharing options...
vitor Posted March 22 Share Posted March 22 1 minute ago, sepulchra said: I can't seem where to find a 2.0 download on the github page. Direct download. Link to comment Share on other sites More sharing options...
sepulchra Posted March 22 Share Posted March 22 (edited) And I found 2.0 just as you sent that link. I deleted 1.9 to start fresh and see if the warning would pop up and upon install of 2.0 there was no warning. And thank you for your continued patience. Edited March 22 by sepulchra Link to comment Share on other sites More sharing options...
vitor Posted March 23 Share Posted March 23 Thank you for the update, @Benzi, working great! This will be available later today at http://alfred.app/workflows/benziahamed/menu-bar-search/. @sepulchra It’s no longer relevant but /PATH/TO/MENUBAR/BINARY/HERE was to be changed with the correct path on your machine. For future reference, you can do so by right-clicking the workflow in Alfred Preferences and revealing it in Finder, then dragging and dropping the file into the Terminal. Benzi 1 Link to comment Share on other sites More sharing options...
sepulchra Posted March 23 Share Posted March 23 45 minutes ago, vitor said: @sepulchra It’s no longer relevant but /PATH/TO/MENUBAR/BINARY/HERE was to be changed with the correct path on your machine. For future reference, you can do so by right-clicking the workflow in Alfred Preferences and revealing it in Finder, then dragging and dropping the file into the Terminal. I'm laughing now @vitor! I see I my brain was a bit too literal. Link to comment Share on other sites More sharing options...
Benzi Posted March 30 Share Posted March 30 @vitor and team - thanks for getting the workflow up on the gallery! 🙂 Have a question on new versions: If I were to update my workflow to say `2.1` and create a new release on GitHub, what steps are needed so that the gallery picks up the change? Link to comment Share on other sites More sharing options...
Stephen_C Posted March 30 Share Posted March 30 So long as you create a new release on GitHub (and assuming the original Gallery workflow was taken from GitHub) it will be picked up automatically by the Gallery and the update on the Gallery will follow. Note there is a delay between a release and it showing up in the Gallery which allows the workflow creator to add requested features and deal with any feedback. Stephen Benzi and vitor 1 1 Link to comment Share on other sites More sharing options...
vitor Posted March 30 Share Posted March 30 (edited) 13 minutes ago, Benzi said: what steps are needed so that the gallery picks up the change? None. 13 minutes ago, Benzi said: If I were to update my workflow to say `2.1` and create a new release on GitHub That’s all you need to do. Note that the update on the Gallery isn’t immediate. Edited March 30 by vitor Benzi 1 Link to comment Share on other sites More sharing options...
jk jk Posted April 27 Share Posted April 27 (edited) So I tried to run this workflow, and I keep getting this error, on pressing 'm' I'm running alfred 5.1 and all the accessibility settings are enabled. I've tried to install the older versions of the workflow, and all of them show the same error. I'm running on an m1 macbook air Edited April 27 by jk jk 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