Consider Hosting Package on MELPA
Hi @seanfarley. I'm very much interested in using your package. It would be super convenient if it were on MELPA so I could install it with use-package instead of holding a copy of the bitwarden.el file. Thanks so much.
Hi there and thanks for the interest!
I've been thinking about what it would take to get this package moving forward and releasing it on melpa. A few things I worry about are:
- there's no way currently to create / modify a password
- bitwarden added multiple levels of folders after I hardcoded only one level; I'm not sure I want the complexity of a hierarchy of folders
Then again, this is providing a useful feature (reading passwords) so I might just release it on melpa as-is and hope others can help with the issues above :-)
Anyways, I'm really busy with things this month so I won't be able to test the PR and release this to melpa as quick as I'd like :-/
(use-package quelpa-use-package
:ensure t)
;; Bitwarden integration
(use-package bitwarden
:ensure nil
:quelpa (bitwarden
:fetcher github
:repo "seanfarley/emacs-bitwarden"))
works well for me
That's basically what I'm using (though it's built into doom emacs for me) but I'll eventually put it on melpa.