Re: Fwd: Generate new password for multiline entries

2017-01-27 Thread Lucas Hoffmann
Quoting Diego Depaoli (2017-01-27 21:42:11) > So to hold it all together, I use a trivial two step  solution: first with > edit subcommand I manually add an empty line at the top of the file, then > with generate subcommand and --in-place flag i fill it. > Is there any easier way? You could try

Re: Re: Fwd: Generate new password for multiline entries

2017-01-27 Thread Diego Depaoli
Il giorno ven 27 gen 2017 alle ore 22:32 ha scritto: > > Is there any easier way? In this case, pass could just echo the old password---that should solve > this problem, right? > Sure, but if you unfortunately run --in-place as first shot... I hope you have a gited

Re: Fwd: Generate new password for multiline entries

2017-01-27 Thread Diego Depaoli
The --in-place flag is a bit dangerous when you have to enter the old password before to generate the new one, The edit subcommand does not automatically generate a new password. So to hold it all together, I use a trivial two step solution: first with edit subcommand I manually add an empty line

Re: Fwd: Generate new password for multiline entries

2017-01-27 Thread James Wald
I haven't used this command personally, but after reading this thread I found a command that pops open an editor: pass edit path/to/password This works for my typical use case. On Fri, Jan 27, 2017 at 11:09 AM, Emile Cantin wrote: > Shouldn't that be the default option?