[Feature] Use GUI to enter password
In Linux GUI (a small dialog box) can be created to enter passport for CLI tools. This is more user friendly as it helps in viewing if the password was miss-typed.
Sorry, I missed this issue here. I suppose there is a Rust library which allows you to use something like the Mac Keychain Access or something similar to the SSH Agent, which handles passwords itself...?
This tool is more like a quick check and could be used on any kdbx files and probably inside some pipelines and scripts. I wouldn't add GUI features to it - only if it can leverage some existing external libraries that open GUIs themselves. I wouldn't like to ship anything related to a GUI itself.
Do you know a Rust library that can do something you're thinking of, so we can keep track of it at least?