Why do you need an option in `pass` itself for listing the passwords?
They're just files. You can just use standard file listing
functions/methods/etc. if you don't want the pretty-print version `pass`
outputs.
Pass itself uses either the value of the environment variable
`PASSWORD_STORE_DIR` or `$HOME/.password-store` as the root path of the
password store directory.
Here's the relevant code from the Pass shell script:
```
PREFIX="${PASSWORD_STORE_DIR:-$HOME/.password-store}"
```
_______________________________________________
Password-Store mailing list
[email protected]
http://lists.zx2c4.com/mailman/listinfo/password-store