On Jun 05, 2010 at 02:19 AM -0500, Adam Turetzky wrote:
Is anyone aware of scripts for GPG encrypt/decrypt text using BBEdit?

There are Applescripts for this for Mailsmith. I'm sure you could adapt those to BBEdit pretty easily.

Alternately, you should be able to write a shell script that just pipes the text through gpg to decrypt a block. Something along the lines of:

#!/bin/sh -
cat "$1" | gpg

You'd have to write variations off of that for the other gpg commands.

--
You received this message because you are subscribed to the "BBEdit Talk" discussion group on Google Groups.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/bbedit?hl=en
If you have a feature request or would like to report a problem, please email "[email protected]" rather than posting to the group.

Reply via email to