diff options
author | Marc Coquand <marc@mccd.space> | 2024-05-15 19:40:04 -0500 |
---|---|---|
committer | Marc Coquand <marc@mccd.space> | 2024-05-15 19:40:04 -0500 |
commit | 8aff6800c075677022d520c1cb374cf37badd34b (patch) | |
tree | d2fd9d3e87fc6a512bd75eed547ec2b811a4b46b /README.org | |
parent | 664a8d8419f0376652709c71ff7e1e6fff5493f6 (diff) | |
download | stitch-8aff6800c075677022d520c1cb374cf37badd34b.tar.gz stitch-8aff6800c075677022d520c1cb374cf37badd34b.tar.bz2 stitch-8aff6800c075677022d520c1cb374cf37badd34b.zip |
Updates
Diffstat (limited to 'README.org')
-rw-r--r-- | README.org | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -63,7 +63,7 @@ dune exec -- stitch - Building a journaling system You can build a basic capture command using $EDITOR and date command: -#+begin_src +#+begin_src sh export STITCH_DIRECTORY=/home/me/notes function capture { JRNL="$STITCH_DIRECTORY/$(date +'%y-%m-%d.%H:%M.%S').org" @@ -88,8 +88,7 @@ alias jrnl="stitch -t journal" * KNOWN ISSUES - ugrep doesn't correctly handle ordering, meaning that if you sort by - modified date, it doesn't behave correctly. Therefore, that behavior - is disabled for now. + modified date, it doesn't behave correctly. I've waited with implementing it until I've resolved that issue |