On 18-06-25 11:05:32, Rob Hamilton wrote:
  Hi

  I've been using pass and it's really nice, however when I use things
  like "pass ls" the defaut output uses the tree command.

  Is there a way to control the output so that that the full path for
  each key is on oneline? For example

  $ pass ls myfolder

  myfolder/mysite.com/myusername
  myfolder/yoursite.com/myusername

It looks like pass only uses tree.

This is not a great answer, but you could just use ls in your pass directory.

If you don't want the extension:

ls | sed 's/\(.*\)\..*/\1/'

Attachment: signature.asc
Description: PGP signature

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

Reply via email to