diff options
author | Marc Coquand <marc@mccd.space> | 2024-05-16 08:39:13 -0500 |
---|---|---|
committer | Marc Coquand <marc@mccd.space> | 2024-05-16 08:39:13 -0500 |
commit | 1d1c0f73f95429384d0b571c0c844acf9073d32f (patch) | |
tree | ad47468d696a0ed268079f714723323ceaab66df /README.org | |
parent | 8aff6800c075677022d520c1cb374cf37badd34b (diff) | |
download | stitch-1d1c0f73f95429384d0b571c0c844acf9073d32f.tar.gz stitch-1d1c0f73f95429384d0b571c0c844acf9073d32f.tar.bz2 stitch-1d1c0f73f95429384d0b571c0c844acf9073d32f.zip |
Update README
Diffstat (limited to '')
-rw-r--r-- | README.org | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -89,6 +89,10 @@ alias jrnl="stitch -t journal" - 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 + +- 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. |