From 52324cda51102ffc3dc153780cd9ed6648ce7f9e Mon Sep 17 00:00:00 2001 From: Colin Okay Date: Mon, 15 Aug 2022 08:24:41 -0500 Subject: [doc] more tweaking --- README.org | 17 ++++++++++++++--- 1 file 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 -- cgit v1.2.3