stitch

Note taking for messy minimalists

git clone git://mccd.space/stitch
commit e19e6d5bf1d716b75f164c6f3bcfe02f7472631d
parent eaf9162bad594040fbabc169f9b96757689528a4
Author: Marc Coquand <marc@mccd.space>
Date:   Thu, 16 May 2024 10:37:38 -0500

Update readme

Diffstat:
MREADME.org | 20++++++++++++++++++--
1 file changed, 18 insertions(+), 2 deletions(-)
diff --git a/README.org b/README.org
@@ -1,5 +1,18 @@
 * Stitch - Note Composer
 
+"The explanation is obvious. The Garden of Forking Paths is a picture, incomplete 
+yet not false, of the universe such as Ts'ui Pen conceived it to be. 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. In this one, in which chance has favored me, you have come to my gate. In 
+another, you, crossing the garden, have found me dead. In yet another, I say these 
+very same words, but am an error, a phantom." 
+- 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.
@@ -17,8 +30,11 @@ There is a basic example included in the manpages.
 - Single binary
 - No need for any DB, just files
 - UNIXy & fast
-- Work with any file format
-
+- Work with any file format, markdown, ruby markup, org etc.
+- Work in any editor: vim, vi, ed, kakoune 
+- Write your thoughs first, and organize later and read in multiple different 
+  ways
+  
 ** CREDIT
 
 Stitch is based on the note composing system Howm for Emacs.