stitch

Note taking for messy minimalists

git clone git://mccd.space/stitch
commit 682be4f1a8ea852dd74709b1ac4c2219d622f79b
parent 000d7e9327a487ef68e1944f6ec89a58600c7c9e
Author: Marc Coquand <marc@mccd.space>
Date:   Sun, 19 May 2024 09:17:46 -0500

Update manpages

Diffstat:
Mbin/main.ml | 9+++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/bin/main.ml b/bin/main.ml
@@ -114,11 +114,11 @@ let headlines_cmd =
          journal notes, you can view them with"
     ; `Pre "stitch -t :journal:"
     ; `P
-        "If you press s, you will see toggle to see all notes stitched together. You can \
+        "If you press f, you will see toggle to see all notes stitched together. You can \
          see all commands with '?'"
     ; `P "You can also launch stitch without arguments to see all."
     ; `P
-        "To set up TODO capturing, you can add a command to your shell profile to \
+        "To set up TODO capturing, you can add a command todo to your shell profile to \
          capture TODO items"
     ; `Pre
         "function todo {\n\
@@ -141,13 +141,14 @@ let headlines_cmd =
     ]
   in
   let commands =
-    [ `S "COMMANDS"
+    [ `S "COMMAND SUBSTITUTION"
     ; `P ""
     ; `P
-        "You can run arbitrary commands in Stitch. These commands can make use of the \
+        "You can run arbitrary shell commands in Stitch. These commands can make use of the \
          variable substitutions below."
     ; `I ("%(file)", "Currently selected file")
     ; `I ("%(line)", "Currently selected content")
+    ; `P "For example, if you select a line and run !rm %(file), it will remove that file."
     ]
   in
   let credit =