aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--README.org17
1 files changed, 14 insertions, 3 deletions
diff --git a/README.org b/README.org
index 008239a..aef1a1c 100644
--- a/README.org
+++ b/README.org
@@ -18,14 +18,25 @@ EOF
#+end_src
-Or you can post a short message with =echo=:
+The above would append the follwing message to a thread called =SomeThread=
+
+#+begin_quote
+
+colin -- Mon Aug 15 08:23:10 AM CDT 2022
+
+Here is a message!
+It can be multiline!
+
+#+end_quote
+
+You can post a short message with =echo=:
#+begin_src shell
echo Just saying Hey | threadcat write SomeOtherThread
#+end_src
-For longer messages, you can of course use a text editor of choice to
-compose it, save it as a file, then at it that way:
+For very long messages, you can of course use a text editor of choice
+to compose it. Just save it as a file, then post it like so:
#+begin_src shell