stitch

Note taking for messy minimalists

git clone git://mccd.space/stitch
commit f7223b01c29c94d2d0021b102d0478e75ba050ca
parent b9a5bd9ac649e4893535652865956283d1efdd2f
Author: Marc Coquand <marc@mccd.space>
Date:   Sun, 19 May 2024 12:43:45 -0500

KNOWN ISSUES

Diffstat:
MREADME | 9++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/README b/README
@@ -163,13 +163,12 @@ _________________
 ==============
 
   - ugrep doesn't correctly handle ordering, meaning that if you sort by
-    modified date, it doesn't behave correctly. I've waited with
-    implementing it until I've resolved that issue
+    modified date, it doesn't behave correctly. Because of this I am 
+    waiting with a sort functionality until I have come up wiht a decent
+    implementation.
 
   - File names can not contain :[0-9]:, since it's used to determine
-    where the file starts and ends.  One solution is to force one
-    uniform file name that we can regexp (and also tweak). I am not sure
-    yet what's best.
+    where the file starts and ends. 
 
 
 4 AUTHOR