From edf6781d82ec0e257110743494fcfa7aaa36fca2 Mon Sep 17 00:00:00 2001 From: Alessandro Iezzi Date: Thu, 8 Apr 2021 13:58:42 +0200 Subject: Add README.md --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..5a9b9c0 --- /dev/null +++ b/README.md @@ -0,0 +1,17 @@ +# Acme Scripts + +This is a collection of useful scripts used by me to extend Acme Editor. + +## c+ +Adds a comment to the beginning of the line. By default insert a double slash +(//) but can be changed it's behaviour passing the symbol you want to use to +comment the line. FOr example: +``` +echo test line | c+ +> //test line +``` +or with a custom symbol: +``` +echo test line | c+ \# +> #test line +``` \ No newline at end of file -- cgit v1.2.3