diff options
author | Marc Coquand <marc@mccd.space> | 2024-05-19 09:17:46 -0500 |
---|---|---|
committer | Marc Coquand <marc@mccd.space> | 2024-05-19 09:17:46 -0500 |
commit | 682be4f1a8ea852dd74709b1ac4c2219d622f79b (patch) | |
tree | 1cf5074a495d53ccaefa43d47e16715537bbca5f /bin | |
parent | 000d7e9327a487ef68e1944f6ec89a58600c7c9e (diff) | |
download | stitch-682be4f1a8ea852dd74709b1ac4c2219d622f79b.tar.gz stitch-682be4f1a8ea852dd74709b1ac4c2219d622f79b.tar.bz2 stitch-682be4f1a8ea852dd74709b1ac4c2219d622f79b.zip |
Update manpages
Diffstat (limited to '')
-rw-r--r-- | bin/main.ml | 9 |
1 files 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 = |