Hi,
thats a functionality I was also looking for already…

But why did you extended the „show“ subcommand?
I think the „ls“ subcommand is the right place for this.

I don’t understand why the „show“ subcommand even shows a tree.

Alternatively, you could bypass pass completely by using:

   find ~/.password-store -name -type f -name „*.gpg“

I think, thats an easier way to accomplish this.

Cheers,

Steffen

—

Steffen Vogel
Robensstraße 69
52070 Aachen

Mail: [email protected]
Mobil: +49 1575 7180927
Web: http://www.steffenvogel.de
Jabber: [email protected]

> Am 02.08.2015 um 13:42 schrieb Jakub Sokołowski <[email protected]>:
> 
> Hi,
> 
> I really love pass and I wanted to extend it by passing it's output to 
> fzf(https://github.com/junegunn/fzf) to easilly search through available 
> entries. Unfortunately the current output format makes it impossible to 
> easilly use it for fzf.
> 
> So I propose the following patch to add an -f,--full(same as for tree) 
> options to print out the list with full paths.
> 
> This way one can easily use pass and fzf in following way:
> 
> pass -f | fzf | xargs -I{} pass -- {}
> 
> Which in a trivial way gives a fuzzy search ability to pass.
> 
> I'm not sure if this approach is the best but I've used it successfully for a 
> while now. I think it could be useful to more people.
> 
> Cheers!
> <show_full_option.patch>_______________________________________________
> Password-Store mailing list
> [email protected]
> http://lists.zx2c4.com/mailman/listinfo/password-store

Attachment: signature.asc
Description: Message signed with OpenPGP using GPGMail

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

Reply via email to