chezmoi
chezmoi copied to clipboard
Add passhole password manager as an alternative for KeePass users
Discussed in https://github.com/twpayne/chezmoi/discussions/2098
Originally posted by JackTheMico May 30, 2022 Can we add passhole as an alternative integration for KeePass users? I'm willing to implement this feature.
@JackTheMico has offered to implement this. https://github.com/twpayne/chezmoi/pull/2062/files gives an idea of what is required.
@twpayne Thank you, I'm working on it. I want to know is there any way that I can use to test the functions I wrote for passhole ?
The easiest way to test is to build on top of the existing testscript
-based tests in pkg/cmd/testdata/scripts
. An example to follow is keepassxc.txt
.
Fixed with #2317.