From 682be4f1a8ea852dd74709b1ac4c2219d622f79b Mon Sep 17 00:00:00 2001 From: Marc Coquand Date: Sun, 19 May 2024 09:17:46 -0500 Subject: Update manpages --- bin/main.ml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/bin/main.ml b/bin/main.ml index a4df716..4cafb3c 100644 --- 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 = -- cgit v1.2.3