bitwarden-alfred-workflow
bitwarden-alfred-workflow copied to clipboard
[Request] Moving to Alfred Gallery
Seems like this workflow has not been updated/maintained for a while. Is there any current plan to add it to Alfred Gallery? My knowledge on Alfred workflow is limited. But I am more than willing to learn and help with the process/maintenance. Let me know if you have any plan moving forward with this awesome workflow XD @blacs30
Thanks for this recommendation. Honestly, I haven't heard about the gallery until now. I am still using the workflow daily. Of course it would be great if it could contain more features... Unfortunately I don't have much time for new features currently for this project.
https://alfred.app/submit/
just some quick links for your reference. Basically you get a fancy star with it and have alfred manages brew dependencies etc.
Let me know if you are interested. if yes I can suggest your workflow on Alfred forum and see what they say.
kk ill start analyzing the repo according to their requirements and will post the forum link here once created
~~quick update the plugin is currently broken on my setup. might need to take a bit setting things up again...~~
https://www.alfredforum.com/topic/20531-bitwarden-alfred-workflow/
seems like dev locally section no longer relevant as go no longer support go get out of module.
I got it setup with go install however im getting the below error when running any configuration (.bwauth/.bwconfig). any idea? (I am using an M1 mac)
[12:32:56.185] ERROR: Bitwarden v2[Script Filter] Code 127: /Users/test/Library/Caches/com.runningwithcrayons.Alfred/Workflow Scripts/8487D041-2B70-4985-9D97-A9FA845A1E41: line 1: ./bitwarden-alfred-workflow: No such file or directory
seems like im missing the suffix -arm64 in the scripts but not sure how this was setup
meanwhile here's the project board
That's the part where both binaries are compiled and than merged:
https://github.com/blacs30/bitwarden-alfred-workflow/blob/master/Makefile#L25-L30
I get a 404 for the link to the project board.
https://www.alfredforum.com/topic/20531-bitwarden-alfred-workflow/
seems this will require some work. so auto-update is discouraged as part of the workflow? is it included in Alfred now and Alfred will check for updates of workflows based on the gallery and the workflow versions there?
I get a 404 for the link to the project board.
can you try again. I just made it public
https://www.alfredforum.com/topic/20531-bitwarden-alfred-workflow/
seems this will require some work. so auto-update is discouraged as part of the workflow? is it included in Alfred now and Alfred will check for updates of workflows based on the gallery and the workflow versions there?
yes. the update part could take some time. I am planning to migrate the configuration first to get familiar with everything. seems like its simple plist change for me now
That's the part where both binaries are compiled and than merged:
https://github.com/blacs30/bitwarden-alfred-workflow/blob/master/Makefile#L25-L30
got it. im not familiar with make files but make universal-binary does the trick