I'm using Linux, and I want to input a master password automatically on login.
I think it's good if Enpass can be passed a master password from stdin like this:
# store password to GNOME Keyring
secret-tool store --label "Enpass master password" type enpass
# set this command on login
sh -c "secret-tool lookup type enpass | /opt/enpass/Enpass --pw-stdin"
Could you consider this function?