commit 083bb9aa8a5acab265308993f69c841eaf8f59c8
parent 007e8a6260b037a3b392ca1d2515805a8c5ae812
Author: Jan Pobrislo <ccx@webprojekty.cz>
Date: Fri, 27 Nov 2015 19:23:20 +0100
mention b/B in documentation
Diffstat:
1 file changed, 8 insertions(+), 1 deletion(-)
diff --git a/README b/README
@@ -55,6 +55,9 @@ c<flags><tab><content>
"n" - always append a newline
"N" - never append a newline
+b<flags><tab><content>
+ base64, TODO description
+
Commands that take whole statement:
P<tab><path>
@@ -67,7 +70,11 @@ H<flags><tab><destination>
(not implemented) create a hard link pointing to destination
C<flags><tab><content>
- create plain file with specified content, additional flags as with "c"
+ create regular file with specified content, additional flags as with "c"
+
+B<flags><tab><content>
+ create regular file with content specified as base64,
+ additional flags as with "b"
!<flags><tab><command>
run shell command on file, depending on the flags: