Closed pleshevskiy closed 1 year ago
Himalaya is not aware of tools used to retrieve passwords. And it is a good thing. What you propose goes against this principle. I would suggest instead to use your own tools to extract the first line. For eg.: pass show example | head -n 1
.
@soywod actually himalaya doesn't support pipe
in password command
It's true that the pipe is not managed properly by the password command, but it should work. Have you tried? Anyway, I reopen this issue for supporting well the pipe. It is already done for SMTP commands, so it should not be so difficult to set up.
Added since the v0.6.1
.
I use passwordstore (pass) to display a password for imap and I have a password for email with metadata.
Himalaya cannot find my password in the first line
Steps to reproduce:
pass show example
Expected behavior
himalaya successfully logged in
Actual behavior