[pass] Idiomatic way to generate a listing of all passwords ?
Jean-Baptiste Denis
jbd at jbdenis.net
Tue Jun 16 16:53:54 CEST 2015
On 06/16/2015 03:16 PM, Jean-Baptiste Denis wrote:
> Do you have a clever way to achieve this ?
If you're using git you can configure an alias, but it still feels wrong to me =)
$ pass git config --local alias.printing '!find . -type f -name "*gpg" -print0
-exec gpg -d --batch -q {} \; | tr "\0" " "'
$ pass git printing
server1 euj7mazeek5ieRoo
server2 ohgaiKohfeis7iiK
...
Jean-Baptiste
More information about the Password-Store
mailing list