]> gitweb.pimeys.fr Git - scripts-20-100.git/commitdiff
[pass] Le pinentry gtk il est moche et résiste au Alt+TAB
authorVincent Le Gallic <legallic@crans.org>
Mon, 16 Jun 2014 17:14:07 +0000 (19:14 +0200)
committerVincent Le Gallic <legallic@crans.org>
Mon, 16 Jun 2014 17:14:46 +0000 (19:14 +0200)
pass/pass-edit.sh
pass/pass-show.sh

index 4b5a054f31cfd901c44fb47f8e7327f34d2ae037..c0b5e43c666de144d00150895db790a5740abd32 100755 (executable)
@@ -3,6 +3,9 @@
 # Script pour décrypter/crypter le fichier de passwords avec GPG
 #  plutôt qu'avec python qui est plus que poussif.
 
+# Pour ne pas avoir le pinentry gtk
+export GPG_AGENT_INFO=
+
 cd ~/.pass
 
 FILE="pss"
index c98a21393ee46b0f162791fbd8567c9d92c14573..63f809646e92d0e4e8c3711b08eba5856e06a2a6 100755 (executable)
@@ -3,6 +3,9 @@
 # Script pour décrypter/crypter le fichier de passwords avec GPG
 #  plutôt qu'avec python qui est plus que poussif.
 
+# Pour ne pas avoir le pinentry gtk
+export GPG_AGENT_INFO=
+
 cd ~/.pass
 
 FILE="pss"