From ccb74ebb85273027b981caa05c6fed52191258a8 Mon Sep 17 00:00:00 2001 From: BarbUk Date: Mon, 28 Oct 2019 15:11:09 +0400 Subject: [PATCH] Documentation --- snippy | 2 ++ 1 file changed, 2 insertions(+) diff --git a/snippy b/snippy index 228cca7..ec035fd 100755 --- a/snippy +++ b/snippy @@ -8,6 +8,8 @@ # . go left to the correct position for cli and gui paste # . go up for block snippet for gui paste # . ##noparse header in snippet to not parse +# . ##tmpfile header in snippet to replace $tmpfile by the temp filename used in the script +# . ##richsnippet header in snippet to use paste buffer in rich mode (To copy html content in gui) # . execute command begining by $ # . execute bash script in $snippets_directory/scripts #