Hi, That may be a stupid question, but if you have all your passwords organized as multiline files and use the first line as a password, why don't you just use the normal unix tools? You can easily do what you want via `pass show very/secret | head -n 1` Greetings, Reto