[pass] [Feature Request] Add a `--raw` option to `pass ls`

Kenny Evitt kenny.evitt at gmail.com
Tue Nov 8 15:11:02 CET 2016


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}"
```
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.zx2c4.com/pipermail/password-store/attachments/20161108/a138ac23/attachment.html>


More information about the Password-Store mailing list