On Mon, 7 Nov 2016 17:43:55 -0500
Linden Krouse <[email protected]> wrote:

> So, I've been attempting to write some custom front-end-y types of
> interfaces for my desktop environment and I've recently gotten to making
> `pass` more convenient to use. To do so, it would be extraordinarily
> helpful for there to be an option for `pass` to dump fully qualified
> paths/names for it's passwords (without decrypting them). So, without
> further adieu:
> 
> I propose an option for `pass ls` which will print raw paths rather than a
> pretty print tree structure. For example:
Some time ago I also suggested option -1 which did exactly that, but it was not
included. I would also be happy to see pass list passwords in plain form (it
should be default IMO). Pretty printing is useless for me.

> Output of `pass ls`:
> 
> ```
> Password Store
> ├── email
> │   └── [email protected]
> ├── money
> │   ├── bankbank1.com
> │   │   └── username
> │   └── bankbank2.com
> │       └── username
> └── web
>     └── postingforum1.com
>         └── username
> ```
> 
> Output of `pass ls --raw`:
> 
> ```
> email/[email protected]
> money/bankbank1.com/username
> money/bankbank2.com/username
> web/postingforum1.com/username
> ```
> 
> This would make parsing the current state of the store much more convenient
> to anyone trying to use `pass` as their back-end data store.



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

Reply via email to