Tom Payne

Results 265 comments of Tom Payne

Converting to draft and adding @bradenhilton as a reviewer re https://github.com/twpayne/chezmoi/discussions/3873#discussioncomment-10108501. Excellent comment.

> I tested it and the arguments and the command are in correct order, but unfortunately chezmoi does not wait for confirmation (user has to physically touch the device/key) to...

Thanks for the testing! Note that chezmoi already uses `expect` to talk to `keepassxc-cli` in open mode. This means that chezmoi provides a virtual interactive terminal to `keepassxc-cli`. The reason...

Minor update: I found a YubiKey 5C NFC in my box of stuff and have set up KeePassXC to work with this. So, I can now test locally.

Thanks again for the testing! I've updated this PR with new code which works locally for me. My test config contains: ```toml [keepassxc] database = "/home/twp/Passwords.kdbx" openArgs = ["--no-password", "--yubikey",...

> Would it be possible to have just `args` instead of having additional `openArgs`? It seems redundant and definitely confusing, since in the `keepassxc-cli`, `args` and `openArgs` are just `args`....

Great! I'll merge once the CI checks are complete. I'll likely do the next release of chezmoi towards the end of the week (the release cycle is roughly every two...

See https://www.chezmoi.io/user-guide/manage-machine-to-machine-differences/#handle-different-file-locations-on-different-systems-with-the-same-contents.

In that case use a script to install `settings.json` to the machine-specific location.