aboutsummaryrefslogtreecommitdiffstats
path: root/SharedSupport/Default Bundles/SHA1 Hash.spBundle/command.plist
diff options
context:
space:
mode:
Diffstat (limited to 'SharedSupport/Default Bundles/SHA1 Hash.spBundle/command.plist')
-rw-r--r--SharedSupport/Default Bundles/SHA1 Hash.spBundle/command.plist27
1 files changed, 27 insertions, 0 deletions
diff --git a/SharedSupport/Default Bundles/SHA1 Hash.spBundle/command.plist b/SharedSupport/Default Bundles/SHA1 Hash.spBundle/command.plist
new file mode 100644
index 00000000..a68eae1f
--- /dev/null
+++ b/SharedSupport/Default Bundles/SHA1 Hash.spBundle/command.plist
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+ <key>category</key>
+ <string>Hash</string>
+ <key>command</key>
+ <string>#!/usr/bin/ruby
+
+require 'digest/sha1'
+
+print Digest::SHA1.hexdigest(gets)
+</string>
+ <key>input</key>
+ <string>selectedtext</string>
+ <key>input_fallback</key>
+ <string>entirecontent</string>
+ <key>name</key>
+ <string>SHA1</string>
+ <key>output</key>
+ <string>replaceselection</string>
+ <key>scope</key>
+ <string>inputfield</string>
+ <key>uuid</key>
+ <string>19F272BA-1369-48A7-B10A-4F25EF5B9DD3</string>
+</dict>
+</plist>