aboutsummaryrefslogtreecommitdiffstats
path: root/SharedSupport/Default Bundles/WrapInDelimiter.spBundle/command.plist
diff options
context:
space:
mode:
Diffstat (limited to 'SharedSupport/Default Bundles/WrapInDelimiter.spBundle/command.plist')
-rw-r--r--SharedSupport/Default Bundles/WrapInDelimiter.spBundle/command.plist9
1 files changed, 8 insertions, 1 deletions
diff --git a/SharedSupport/Default Bundles/WrapInDelimiter.spBundle/command.plist b/SharedSupport/Default Bundles/WrapInDelimiter.spBundle/command.plist
index 3588396e..b3eb463b 100644
--- a/SharedSupport/Default Bundles/WrapInDelimiter.spBundle/command.plist
+++ b/SharedSupport/Default Bundles/WrapInDelimiter.spBundle/command.plist
@@ -7,8 +7,15 @@
<key>category</key>
<string>Query Editor</string>
<key>command</key>
- <string>echo "DELIMITER \${0:;;}"
+ <string># write DELIMITER plus ;; as suggestion selected as snippet
+echo "DELIMITER \${0:;;}"
+
+# `cat` reads the STDIN which contains the selected
+# text from the Query Editor and write it as selected
+# snippet plus the mirrowed suggested delimiter
echo "\${1:`cat`}\${1:\$0}"
+
+# write DELIMITER plus ;
echo "DELIMITER ;"</string>
<key>contact</key>
<string>znvy@ovovxb.qr</string>