pass output format
Ben Oliver
ben at bfoliver.com
Mon Jun 25 11:17:51 CEST 2018
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/'
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 488 bytes
Desc: not available
URL: <http://lists.zx2c4.com/pipermail/password-store/attachments/20180625/052a9619/attachment.asc>
More information about the Password-Store
mailing list