Hello,

I've got one more of my "idiomatic" kind style of question again =)

I'd like to print a listing of all my secrets from password store to put inside
a physical safe.

I found a way, which is quite dirty and fragile :

$ find $HOME/.password-store -type f -name "*gpg" -print0 -exec gpg -d --batch
-q {} \; | tr '\0' ' '

Do you have a clever way to achieve this ?

Jean-Baptiste
_______________________________________________
Password-Store mailing list
[email protected]
http://lists.zx2c4.com/mailman/listinfo/password-store

Reply via email to