stitch

Note taking for messy minimalists

git clone git://mccd.space/stitch
commit 11a6ec11e5853c9ae40761e968eca7ff1a249532
parent 682be4f1a8ea852dd74709b1ac4c2219d622f79b
Author: Marc Coquand <marc@mccd.space>
Date:   Sun, 19 May 2024 09:21:08 -0500

README

Diffstat:
MREADME | 40++++++++++++++++++----------------------
1 file changed, 18 insertions(+), 22 deletions(-)
diff --git a/README b/README
@@ -17,30 +17,28 @@ _________________
 1 Stitch - Note Composer
 ========================
 
-        "...Differing from Newton and Schopenhauer, your ancestor
-        did not think of time as absolute and uniform. He believed
-        in an infinite series of times, in a dizzily growing, ever
-        spreading network of diverging, converging and parallel
-        times. This web of time - the strands of which approach
-        one another, bifurcate, intersect or ignore each other
-        through the centuries - embraces every possibility. We do
-        not exist in most of them. In some you exist and not I,
-        while in others I do, and you do not, and in yet others
-        both of us exist."
+        "...Differing from Newton and Schopenhauer, your ancestor did not
+        think of time as absolute and uniform. He believed in an infinite
+        series of times, in a dizzily growing, ever spreading network of
+        diverging, converging and parallel times. This web of time - the
+        strands of which approach one another, bifurcate, intersect or ignore
+        each other through the centuries - embraces every possibility. We
+        do not exist in most of them. In some you exist and not I, while in
+        others I do, and you do not, and in yet others both of us exist."
         - Garden of Forking Paths, Borges
 
-  Stitch is a minimal grep-based CLI tool for composing and viewing
-  notes and TODO notes.  It is built around the idea of writing notes
-  separately and then using tags to compose these notes together. 
+  Stitch is a minimal grep-based CLI tool for composing and viewing notes
+  and TODO notes.  It is built around the idea of writing notes separately
+  and then using tags to compose these notes together.
 
-  Stitch does not have any opinion about which file format you use for
-  file capturing: use org, markdown, whatever you want. You can also
-  customize the grep command to speed up performance. Stitch only 
-  requires that each note is contained to one file.
+  Stitch does not have any opinion about which file format you use for file
+  capturing: use org, markdown, whatever you want. Stitch only requires that
+  each note is contained to one file. Feel free to also use whatever editor
+  you want: vim, ed, mg, whatever you want.
 
-  Stitch does not come with a capture system for notes, but it makes
-  it easy for you to set up your own system in with your preferred 
-  editor.  There is a basic example included in the manpages.
+  Stitch does not come with functionality for capturing notes, but it makes
+  it easy for you to set up your own system with your preferred editor.
+  There is a basic example included in the manpages.
 
 
 1.1 FEATURES
@@ -173,8 +171,6 @@ _________________
     uniform file name that we can regexp (and also tweak). I am not sure
     yet what's best.
 
-  - The binary file is kinda big, 5mb. I'd love to slim it down.
-
 
 4 AUTHOR
 ========