aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlessandro Iezzi <aiezzi@alessandroiezzi.it>2021-04-08 14:39:48 +0200
committerAlessandro Iezzi <aiezzi@alessandroiezzi.it>2021-04-08 14:39:48 +0200
commit224df2fcd9bf0b15d7b54deb1b1296b378a496a1 (patch)
tree65d9a96014cfde51c85e7d64348e687fdcbc01ee
parent903e6d240baa08e32a559b19071e282463182f20 (diff)
downloadacme-scripts-224df2fcd9bf0b15d7b54deb1b1296b378a496a1.tar.gz
acme-scripts-224df2fcd9bf0b15d7b54deb1b1296b378a496a1.zip
Add instructions on adding these commands on tags
-rw-r--r--README.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/README.md b/README.md
index 78c3890..f507dda 100644
--- a/README.md
+++ b/README.md
@@ -18,6 +18,7 @@ or with a custom symbol:
echo test line | c+ "#"
> #test line
```
+On Acme tag: `|c+`
## c-
Same as `c+.sh` but removes a comment from the beginning of the line. By
@@ -33,10 +34,12 @@ or with a custom symbol:
echo "#test line" | c- "#"
> test line
```
+On Acme tag: `|c-`
## clbuff
Clear the buffer. Is equivalent to do:
```
Edit ,
```
-and then delete the whole selection. \ No newline at end of file
+and then delete the whole selection.
+On Acme tag: `clbuff` \ No newline at end of file