Re: Shell script to encrypt/decrypt/sign/verify from clibpoard

2006-11-10 Thread Anonymous Sender
Zach Himsel [08/11/2006]: > I think there was a program I heard about somewhere that enabled the > clipboard to be read from the console. Could that be Kim Saunders' "xclip"? It's available at http://people.debian.org/~kims/xclip ___ Gnupg-user

Re: Shell script to encrypt/decrypt/sign/verify from clibpoard

2006-11-09 Thread Adam Schreiber
On 11/7/06, Zach Himsel <[EMAIL PROTECTED]> wrote: I'm trying to make a shell script that would run in my that would read from the clipboard and encrypt/sign/decrypt/verify (probably have one script for each action, or pass an arg to the script to perform certain actions). How would I get gpg to

Re: Shell script to encrypt/decrypt/sign/verify from clibpoard

2006-11-09 Thread Adam Schreiber
On 11/7/06, Zach Himsel <[EMAIL PROTECTED]> wrote: On 11/7/06, Adam Schreiber <[EMAIL PROTECTED]> wrote: > If you're using the GNOME Desktop, Seahorse includes a panel applet > that does exactly that. > http://gnome.org/projects/seahorse > I'm using KDE, sorry. But I do actually use KGPG, which i

Re: Shell script to encrypt/decrypt/sign/verify from clibpoard

2006-11-07 Thread Zach Himsel
On 11/7/06, Adam Schreiber <[EMAIL PROTECTED]> wrote: That does sound complicated. It is... and it gets worse after *every* email I encrypt (which is quite a few) :-) If you're in a programming mood, it might be interesting to see a QT implementation of Seahorse's libcryptui. Our DBus interfa

Fwd: Shell script to encrypt/decrypt/sign/verify from clibpoard

2006-11-07 Thread Zach Himsel
SORRY GUYS!! I forgot to hit "Reply-to-all" so it didn't send to the group, just to Adam Schreiber. -- Forwarded message -- From: Zach Himsel <[EMAIL PROTECTED]> Date: Nov 7, 2006 10:55 PM Subject: Re: Shell script to encrypt/decrypt/sign/verify from clibpoa

Shell script to encrypt/decrypt/sign/verify from clibpoard

2006-11-07 Thread Zach Himsel
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I'm trying to make a shell script that would run in my that would read from the clipboard and encrypt/sign/decrypt/verify (probably have one script for each action, or pass an arg to the script to perform certain actions). How would I get gpg to read