andy4222 Posted October 13, 2022 Share Posted October 13, 2022 (edited) Workflow to create, search notes for Bear Notes No dependencies. Works out of the box Not my workflow. Found via google https://github.com/drgrib/alfred-bear Edited October 13, 2022 by andy4222 Link to comment Share on other sites More sharing options...
vitor Posted November 2, 2022 Share Posted November 2, 2022 Looks like I forgot to comment last time. It does not work out of the box, because it has an unsigned binary and it requires Rosetta on Apple Silicon Macs. Those limitations are covered at the bottom of the README. Link to comment Share on other sites More sharing options...
andy4222 Posted November 2, 2022 Author Share Posted November 2, 2022 Cool. BTW, what’s the guideline to make workflows with regard to binaries. Signing binary might require apple developer account which adds and extra step/hurdle. Is it recommended to use languages/frameworks like node, python that most people already have installed on macOS and hence doesn’t require a executable. Languages like Go and Rust might not be installed and add extra dependencies Link to comment Share on other sites More sharing options...
vitor Posted November 2, 2022 Share Posted November 2, 2022 Node isn’t included by default, though it can be installed easily. Python is one of the top five most popular languages in the world, number one in several lists, so no wonder it’s popular for workflows too. macOS ships with it (on first run it prompts a one-time GUI to install it), albeit not the most recent version (3.8.9, tends not to matter). Go and Rust remove dependencies, they don’t add them. Though if they’re unsigned there’s one less check macOS can make. But there are workflows built in Go and signed. Important to note Alfred has Swift in the language dropdown! Code in there remains viewable and doesn’t require a developer account. 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