ifosch / keepass-mode

Emacs mode to open KeePass DB
https://github.com/ifosch/keepass-mode
GNU General Public License v3.0
40 stars 5 forks source link

Adding keepass as as auth-source ? #1

Open aancel opened 4 years ago

aancel commented 4 years ago

Hello,

I have been recently thinking about using Keepass within Emacs via auth-source (like what has been done for pass here: https://github.com/DamienCassou/auth-password-store). I wasn't able to find packages implementing it. Is adding support for auth-source in your package something that you would consider ? I think it would greatly complement it by allowing to use the entries in Emacs directly.

Thanks in advance for your answer !

ifosch commented 4 years ago

Thank you, Alexandre, for your issue and interest.

I would consider to include something like that, yes. However, I am pretty busy now with three other projects requiring my attention and I would need to learn more about auth-source and the requirements for it to work. Also, regarding keepass-mode, I have some tasks to improve its code and delivery, like adding CI/CD, more tests, remove some dependencies I don't like too much, and so on. So I'll keep this issue to bring this up when the time comes.

Feel free to post here any helpful information I could use by then.