bitwarden-alfred-workflow icon indicating copy to clipboard operation
bitwarden-alfred-workflow copied to clipboard

[Request] Moving to Alfred Gallery

Open zhongjis opened this issue 2 years ago • 12 comments

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

zhongjis avatar May 29 '23 19:05 zhongjis

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.

blacs30 avatar May 29 '23 19:05 blacs30

Screenshot 2023-05-30 at 13 34 05

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. Screenshot 2023-05-30 at 13 36 52

Let me know if you are interested. if yes I can suggest your workflow on Alfred forum and see what they say.

zhongjis avatar May 30 '23 19:05 zhongjis

kk ill start analyzing the repo according to their requirements and will post the forum link here once created

zhongjis avatar May 31 '23 21:05 zhongjis

~~quick update the plugin is currently broken on my setup. might need to take a bit setting things up again...~~

zhongjis avatar Jun 01 '23 17:06 zhongjis

https://www.alfredforum.com/topic/20531-bitwarden-alfred-workflow/

zhongjis avatar Jun 01 '23 18:06 zhongjis

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

zhongjis avatar Jun 02 '23 18:06 zhongjis

That's the part where both binaries are compiled and than merged:

https://github.com/blacs30/bitwarden-alfred-workflow/blob/master/Makefile#L25-L30

blacs30 avatar Jun 02 '23 21:06 blacs30

I get a 404 for the link to the project board.

blacs30 avatar Jun 02 '23 21:06 blacs30

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?

blacs30 avatar Jun 02 '23 21:06 blacs30

I get a 404 for the link to the project board.

can you try again. I just made it public

zhongjis avatar Jun 02 '23 21:06 zhongjis

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

zhongjis avatar Jun 02 '23 21:06 zhongjis

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

zhongjis avatar Jun 02 '23 21:06 zhongjis