Am 02.10.2015 um 12:00 schrieb [email protected]: > Send Password-Store mailing list submissions to > [email protected] > > To subscribe or unsubscribe via the World Wide Web, visit > http://lists.zx2c4.com/mailman/listinfo/password-store > or, via email, send a message with subject or body 'help' to > [email protected] > > You can reach the person managing the list at > [email protected] > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of Password-Store digest..." > > > Today's Topics: > > 1. Re: fzf for pass (pc re) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Thu, 01 Oct 2015 14:10:23 +0200 > From: pc re <[email protected]> > To: Matthias Beyer <[email protected]> > Cc: [email protected] > Subject: Re: [pass] fzf for pass > Message-ID: <[email protected]> > Content-Type: text/plain; charset=windows-1252 > > > > Am 01.10.2015 um 10:36 schrieb Matthias Beyer: >> On 30-09-2015 13:57:25, pc re wrote: >>> I have forked fzf. And added password-store to completion.bash >>> >>> Please clone : >>> >>> https://github.com/d4ndo/fzf.git >>> >>> and test it. >>> >>> completion.zsh will follow. >>> >>> P.S.: I'm using (find "$pwdir" -name "*.gpg" -printf "%P") to get rid of >>> the $HOME directory. But only GNU "find" supports printf. Does anybody >>> have a better idea.? >>> >> What is "$pwdir"? Do you mean "$PWD" ? >> >> alternatives to -printf ... I'm not sure, can you build the behaviour >> with sed? >> >> > Have a look at > https://github.com/d4ndo/fzf/blob/master/shell/completion.bash > > The function : > > _fzf_pass_completion() > > #if PASSWORD_STORE_DIR is not set use ~/.password-store/ > local pwdir=${PASSWORD_STORE_DIR-~/.password-store/} > > > Maybe you have a better idea to get rid of the prefix. > It should run with BSD commands. No "-r" option with sed and no "printf" > option with find. > > Execute with pass **<TAB> > > I dont have any BSD unix available at the moment. So i can not test it. > > See also the pull request: > > https://github.com/junegunn/fzf/pull/362 > > >
It did not make it to the master branch. You still can use my fork though: https://github.com/d4ndo/fzf Sorry. _______________________________________________ Password-Store mailing list [email protected] http://lists.zx2c4.com/mailman/listinfo/password-store
