Re: [pass] [PATCH 2/2] clip: add GPaste support

2015-02-05 Thread Kjetil Torgrim Homme
On 2015-02-04 09:26, Dahlberg, David wrote: Am Dienstag, den 03.02.2015, 17:47 +0100 schrieb Marc-Antoine Perennou: diff --git a/src/password-store.sh b/src/password-store.sh [..] + which gpaste /dev/null gpaste help | grep password /dev/null gpaste=1 Pardon my Evolutions bad

Re: [pass] [PATCH 2/2] clip: add GPaste support

2015-02-05 Thread Dahlberg, David
Am Donnerstag, den 05.02.2015, 16:04 +0100 schrieb Kjetil Torgrim Homme: I do not know gpaste, nor can I easily apply patches in my current setup, but may I suggest grep -q password instead of grep password /dev/null? is GNU grep a requirement already? Yes, through the -v flag,

[pass] gpg issue

2015-02-05 Thread Alberto Casado
Hello everyone, I'm new over here and don't know if I should write this here. When I made pass init mygpgidentity I used one gpg identity. Then it asked me for the password and it wouldn't work, so I couldn't look at any of the passwords I had imported from keepassx. Then I thought to open

[pass] [PATCH 1/2] clip: split into functions

2015-02-05 Thread Marc-Antoine Perennou
Signed-off-by: Marc-Antoine Perennou marc-anto...@perennou.com --- src/password-store.sh | 21 +++-- 1 file changed, 15 insertions(+), 6 deletions(-) diff --git a/src/password-store.sh b/src/password-store.sh index 6313384..d10b7c2 100755 --- a/src/password-store.sh +++