Maybe this should help for review cd ~/.password-store find . -name "*.gpg" | sed -e 's|\./\(.*\).gpg|\1|' | while read x; do echo "$x: $(pass show $x)"; done | less
2018-05-24 15:10 GMT+03:00 <[email protected]>: > Hello, > > I have been using pass for years, my password stores contains over 500 > passwords and I would like to review them (I know that some of them are > weak and/or old). > > Is there an efficient way to do it? > > Considering the following store: > > Password Store > ├── foo > │ ├── bar > │ ├── baz > │ └── qux > ├── whaterver > ... > > Is it possible to get something like this for instance? > > Password Store > ├── foo > │ ├── bar: superpassword1 > │ ├── baz: superpassword2 > │ └── qux: superpassword3 > ├── whatever: superpassword4 > ... > > > CA > _______________________________________________ > Password-Store mailing list > [email protected] > https://lists.zx2c4.com/mailman/listinfo/password-store >
_______________________________________________ Password-Store mailing list [email protected] https://lists.zx2c4.com/mailman/listinfo/password-store
