On 17 Sep 2007, at 09:49, EvanK wrote:
perhaps I'll look into implementing it myself
This is easy to do:
• Open the bundle editor (Bundles → Bundle Editor → Show Bundle Editor…) • Make a new command and give it a name • Select “Entire Document” for Input: • Select “Show as Tool Tip” for Output: • Put the following in as the command:
md5sum | cut -b 1-32 | pbcopy echo The MD5 sum has been copied to the clipboard
• Close the bundle editor and run the command