From 0bc408515cfc9c8feff686f8c758dfaf6c997bb4 Mon Sep 17 00:00:00 2001 From: Marc Coquand Date: Sun, 19 May 2024 15:19:39 -0500 Subject: Fix escape; update manpages --- bin/main.ml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'bin') diff --git a/bin/main.ml b/bin/main.ml index 1fb024f..adfd013 100644 --- a/bin/main.ml +++ b/bin/main.ml @@ -88,8 +88,8 @@ let headlines_cmd = ; `Pre "export STITCH_DIRECTORY=/home/bob/notes" ; `P "Stitch does not specify anything on how to capture your notes, but you can \ - install the following shell script to your $PATH to have a basic note capturing \ - system." + install the following shell script to your \\$PATH to have a basic note \ + capturing system." ; `Pre " #!/bin/sh\n\ \ JRNL=\"\\$STITCH_DIRECTORY/\\$(date +'%y-%m-%d.%H:%M.%S').org\"\n\ @@ -138,6 +138,9 @@ let headlines_cmd = "After that, you can capture a few TODO items by running todo in your terminal \ or !todo in stitch, and you will be able to view them if you press 2. You can \ see done items if you press 3. Press '?' to see how to toggle the todo items." + ; `P + "You can also delete notes by selecting the line of the note you want to delete \ + and then execute !rm %(file)" ] in let commands = -- cgit v1.2.3