diff options
-rw-r--r-- | README.org | 17 |
1 files changed, 14 insertions, 3 deletions
@@ -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 |