aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorMarc Coquand <marc@mccd.space>2024-05-19 15:19:39 -0500
committerMarc Coquand <marc@mccd.space>2024-05-19 15:19:39 -0500
commit0bc408515cfc9c8feff686f8c758dfaf6c997bb4 (patch)
treec26cec1667292651be4108738f7c3afba588e159 /bin
parent51be86b41d8c61228330fe13fbdb47c5c2030336 (diff)
downloadstitch-0bc408515cfc9c8feff686f8c758dfaf6c997bb4.tar.gz
stitch-0bc408515cfc9c8feff686f8c758dfaf6c997bb4.tar.bz2
stitch-0bc408515cfc9c8feff686f8c758dfaf6c997bb4.zip
Fix escape; update manpagesv0.0.6
Diffstat (limited to 'bin')
-rw-r--r--bin/main.ml7
1 files changed, 5 insertions, 2 deletions
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 =