[pass] patch: passmenu for passwords containing spaces

2015-05-16 Thread Johannes Wienke
Hi, passmenu auto-typing so far does not handle passwords containing spaces correctly. The attached patch fixes this issue. Would be nice if it was applied. Cheers, Johannes From 8cb7a245e646111b04ef31ac26ada291251cf09a Mon Sep 17 00:00:00 2001 From: Johannes Wienke Date: Sat, 16 May 2015 16:26

Re: [pass] patch: passmenu for passwords containing spaces

2015-06-08 Thread Johannes Wienke
On 05/16/2015 04:33 PM, Johannes Wienke wrote: > passmenu auto-typing so far does not handle passwords containing spaces > correctly. The attached patch fixes this issue. Would be nice if it was > applied. *ping* did this get noticed?

Re: [pass] shared password store

2015-06-30 Thread Johannes Wienke
Hi, On 06/30/2015 03:05 PM, CircleCode wrote: > as an additional question, how can I easily switch between my personal > store and the so-created shared store? Can I, for example, make the shared > store a submodule of my private one, or is it better to create an alias for > each store that would

[pass] pass-git-helper: a git credential helper for pass

2015-08-26 Thread Johannes Wienke
Hi, I have implemented a script which allows to use pass as a backend for git: https://github.com/languitar/pass-git-helper The basic idea is that there is a mapping file which associates password store entries with domains, e.g. like: [github.com] target=dev/github [*.fooo-bar.*] target=dev/fo

Re: Annoyance with pass + dmenu

2018-03-16 Thread Johannes Wienke
On 03/16/2018 08:54 AM, davidroman96 wrote: > I paste the (supposed copied) password immediately, maybe after 0.5 > seconds or less What about using the auto type feature of dmenu instead? This also prevents that other applications can potentially inspect the clipboard and get the cleartext passwo

Re: I start passpeco.

2018-04-06 Thread Johannes Wienke
On 05.04.2018 23:06, Daniel Dörrhöfer wrote: > I did a similar project, just because i have to many passwords and i > cant handle them without a fuzzy search any more. > >     https://github.com/d4ndo/pass > > It is using the bash completion and the user can choose the fuzzy search > tool by sett

Re: [patch] Support alternate actions in passmenu

2018-06-08 Thread Johannes Wienke
On 06/08/2018 05:47 PM, Paul wrote: > I've integrated passmenu into my workflow heavily, but a shortcoming I > keep running into is that it doesn't support any extensions.  So I've > written a patch which supports them by specifying an `--action`.  I use > it now with `passmenu --action otp --type`