[TxMt] MD5 of current file
Ciarán Walsh
ciawal at gmail.com
Mon Sep 17 15:22:28 UTC 2007
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
More information about the textmate
mailing list